mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 14:50: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
|
-- 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
|
Reference in New Issue
Block a user