I want to make the CC also not heal in Dungeons and raids etc. It is already not healing in Battlegrounds.....
Got that, how do i chance it to also not heal in instances?
Code:
// Don't heal in BGs. Kthx.
return new Decorator(
ret => !Battlegrounds.IsInsideBattleground && !Me.IsCasting,
Got that, how do i chance it to also not heal in instances?
Last edited: