mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- removed the rogue-/druid-only restriction since the Malygos fight needs combo points on the drakes
This commit is contained in:
@ -337,7 +337,8 @@ end
|
||||
|
||||
|
||||
-- Load us up
|
||||
local _, unitClass = UnitClass("player")
|
||||
if (unitClass == "DRUID" or unitClass == "ROGUE") then
|
||||
-- Parnic: removed the rogue-/druid-only restriction since the Malygos fight needs combo points on the drakes
|
||||
--local _, unitClass = UnitClass("player")
|
||||
--if (unitClass == "DRUID" or unitClass == "ROGUE") then
|
||||
IceHUD.ComboPoints = ComboPoints:new()
|
||||
end
|
||||
--end
|
Reference in New Issue
Block a user