oUF

97.2k Downloads

Castbar show/hide Shield on INTERRUPTIBLE/NOT_INTERRUPTIBLE events

Hoppi opened this issue ยท 1 comments

commented

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
commented

Fixed with df97060.