- removed the rogue-/druid-only restriction since the Malygos fight needs combo points on the drakes

This commit is contained in:
Parnic
2008-11-24 04:43:37 +00:00
parent f71fede18d
commit bb3c254bbd

View File

@ -337,7 +337,8 @@ end
-- Load us up -- Load us up
local _, unitClass = UnitClass("player") -- Parnic: removed the rogue-/druid-only restriction since the Malygos fight needs combo points on the drakes
if (unitClass == "DRUID" or unitClass == "ROGUE") then --local _, unitClass = UnitClass("player")
--if (unitClass == "DRUID" or unitClass == "ROGUE") then
IceHUD.ComboPoints = ComboPoints:new() IceHUD.ComboPoints = ComboPoints:new()
end --end