mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 22:51:53 -05:00
Use new player castbar frame name
This commit is contained in:
@ -3,6 +3,11 @@ local CastBar = IceCore_CreateClass(IceCastBar)
|
|||||||
|
|
||||||
local IceHUD = _G.IceHUD
|
local IceHUD = _G.IceHUD
|
||||||
|
|
||||||
|
local CastingBarFrame = CastingBarFrame
|
||||||
|
if not CastingBarFrame then
|
||||||
|
CastingBarFrame = PlayerCastingBarFrame
|
||||||
|
end
|
||||||
|
|
||||||
CastBar.prototype.spellCastSent = nil
|
CastBar.prototype.spellCastSent = nil
|
||||||
|
|
||||||
-- Constructor --
|
-- Constructor --
|
||||||
|
Reference in New Issue
Block a user