mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 14:50:13 -05:00
- nuked the HungerForBlood module if the user is on a 4.0+ client since the ability is going away
This commit is contained in:
@ -227,6 +227,6 @@ end
|
||||
|
||||
local _, unitClass = UnitClass("player")
|
||||
-- Load us up
|
||||
if unitClass == "ROGUE" then
|
||||
if unitClass == "ROGUE" and IceHUD.WowVer < 40000 then
|
||||
IceHUD.HungerForBlood = HungerForBlood:new()
|
||||
end
|
||||
|
Reference in New Issue
Block a user