Advertisement
Guest User

Untitled

a guest
Oct 31st, 2015
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. Scripts for WoW - Zyrah
  2.  
  3. puts party frames in order so that party1 is at the top etc. read his post if you're confused (page1)
  4.  
  5. /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