Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Scripts for WoW - noneed (twitch.tv/sazzieu) #sellout
- shows stamina buffs on raid frames, useful for if you struggle to keep them up when dispelled
- /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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement