- nuked the HungerForBlood module if the user is on a 4.0+ client since the ability is going away

This commit is contained in:
Parnic
2010-09-19 21:29:07 +00:00
parent 5feb89bfb8
commit fbb0bfd3ec

View File

@ -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