Castbar show/hide Shield on INTERRUPTIBLE/NOT_INTERRUPTIBLE events
Hoppi opened this issue ยท 1 comments
Both event handlers UNIT_SPELLCAST_INTERRUPTIBLE and UNIT_SPELLCAST_NOT_INTERRUPTIBLE have an identical code to show/hide Shield icon.
local shield = self.Castbar.Shield if(shield) then shield:Hide() end
Fixed with df97060.