diff --git a/modules/ComboPoints.lua b/modules/ComboPoints.lua index ed49a77..75f2f09 100644 --- a/modules/ComboPoints.lua +++ b/modules/ComboPoints.lua @@ -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 \ No newline at end of file +--end \ No newline at end of file