Eclipse is gone in Legion

This commit is contained in:
Parnic
2016-05-27 00:32:25 -05:00
parent e7ddb66531
commit 5d718a4d07

View File

@ -190,6 +190,6 @@ function EclipseBar.prototype:MyOnUpdate()
end
local _, unitClass = UnitClass("player")
if (unitClass == "DRUID" and IceHUD.WowVer >= 40000) then
if (unitClass == "DRUID" and IceHUD.WowVer >= 40000 and IceHUD.WowVer < 70000) then
IceHUD.EclipseBar = EclipseBar:new()
end