Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Scripts for WoW - Zyrah
- puts party frames in order so that party1 is at the top etc. read his post if you're confused (page1)
- /run LoadAddOn("Blizzard_CompactRaidFrames") CRFSort_Group=function(t1, t2) if UnitIsUnit(t1,"player") then return false elseif UnitIsUnit(t2,"player") then return true else return t1 < t2 end end CompactRaidFrameContainer.flowSortFunc=CRFSort_Gro up
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement