Fixed a problem with cast bar disappearing when seals activate during cast

This commit is contained in:
iceroth
2007-12-13 17:25:03 +00:00
parent 18d6b63a4a
commit 73470f7b34
2 changed files with 24 additions and 6 deletions

View File

@ -172,8 +172,8 @@ end
-- OVERRIDE
function CastBar.prototype:SpellCastStart(unit)
CastBar.super.prototype.SpellCastStart(self, unit)
function CastBar.prototype:SpellCastStart(unit, spell, rank)
CastBar.super.prototype.SpellCastStart(self, unit, spell, rank)
if (unit ~= self.unit) then return end
local lag = GetTime() - self.spellCastSent