From bb3c254bbd047e85bf08730dba2653c3dfdd921c Mon Sep 17 00:00:00 2001 From: Parnic Date: Mon, 24 Nov 2008 04:43:37 +0000 Subject: [PATCH] - removed the rogue-/druid-only restriction since the Malygos fight needs combo points on the drakes --- modules/ComboPoints.lua | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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