Disabled target and target-target castbars in classic

This commit is contained in:
Parnic
2019-08-28 20:30:35 -05:00
parent a0c5b97ccb
commit 070d66eca3
6 changed files with 51 additions and 47 deletions

View File

@ -1,12 +1,6 @@
local L = LibStub("AceLocale-3.0"):GetLocale("IceHUD", false)
local FocusCast = IceCore_CreateClass(IceCastBar)
local UnitCastingInfo, UnitChannelInfo = UnitCastingInfo, UnitChannelInfo
if IceHUD.WowClassic then
UnitCastingInfo = CastingInfo
UnitChannelInfo = ChannelInfo
end
-- Constructor --
function FocusCast.prototype:init()
FocusCast.super.prototype.init(self, "FocusCast")