Wallirik

Untitled

Sep 6th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. /run function CompactUnitFrame_UtilShouldDisplayBuff(un, ind, fi) local _, _, _, _, _, d, _, ut, _, sc, s, c = UnitBuff(un, ind, fi); return (ut == "player" or ut == "pet") and (not sc or d>0) and c and (not SpellIsSelfBuff(s) or s==52127);end
Add Comment
Please, Sign In to add comment