- Minor cleanup.

This commit is contained in:
Parnic
2013-12-21 02:25:28 +00:00
parent a3dec8aab2
commit b3897f279e

View File

@ -465,8 +465,4 @@ end
-- Load us up -- Load us up
-- 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() IceHUD.ComboPoints = ComboPoints:new()
--end