Don't load Shadow Orbs in Legion

Apparently this module locks up the game client...somehow. Plus Shadow Orbs appear to be no more in Legion.
This commit is contained in:
Parnic
2016-05-26 00:00:12 -05:00
parent 45a8f66249
commit 6610de6814

View File

@ -103,7 +103,7 @@ end
-- Load us up
local _, unitClass = UnitClass("player")
if (unitClass == "PRIEST" and IceHUD.WowVer >= 50000) then
if (unitClass == "PRIEST" and IceHUD.WowVer >= 50000 and IceHUD.WowVer < 70000) then
IceHUD.ShadowOrbs = ShadowOrbs:new()
end