Continue replacement of WowVer checks

This commit is contained in:
Parnic
2022-09-18 21:49:53 -05:00
parent 955fa6efdc
commit 0af47119e3
3 changed files with 8 additions and 9 deletions

View File

@ -61,6 +61,6 @@ end
-- Load us up
local _, unitClass = UnitClass("player")
if (unitClass == "MAGE" and IceHUD.WowVer >= 70000) then
if (unitClass == "MAGE" and MageArcaneChargesFrame) then
IceHUD.ArcaneCharges = ArcaneCharges:new()
end