mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 14:50:13 -05:00
Eclipse is gone in Legion
This commit is contained in:
@ -190,6 +190,6 @@ function EclipseBar.prototype:MyOnUpdate()
|
|||||||
end
|
end
|
||||||
|
|
||||||
local _, unitClass = UnitClass("player")
|
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()
|
IceHUD.EclipseBar = EclipseBar:new()
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user