mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- Disable Vengeance module on WoW 6.0 clients. Will possibly overhaul it for Resolve in the future.
This commit is contained in:
@ -120,6 +120,7 @@ end
|
||||
|
||||
-- Load for tanks only
|
||||
local _, unitClass = UnitClass("player")
|
||||
if ((unitClass == "DEATHKNIGHT" or unitClass == "DRUID" or unitClass == "PALADIN" or unitClass == "WARRIOR" or unitClass == "MONK") and IceHUD.WowVer >= 40000) then
|
||||
if ((unitClass == "DEATHKNIGHT" or unitClass == "DRUID" or unitClass == "PALADIN" or unitClass == "WARRIOR" or unitClass == "MONK")
|
||||
and IceHUD.WowVer >= 40000 and IceHUD.WowVer < 60000) then
|
||||
IceHUD.Vengeance = Vengeance:new()
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user