mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- made ComboPoints module only load for druids and rogues
- added SunderCount module that behaves exactly like combo points, only for sunder debuffs on the target
This commit is contained in:
@ -241,4 +241,7 @@ end
|
||||
|
||||
|
||||
-- Load us up
|
||||
IceHUD.ComboPoints = ComboPoints:new()
|
||||
local _, unitClass = UnitClass("player")
|
||||
if (unitClass == "DRUID" or unitClass == "ROGUE") then
|
||||
IceHUD.ComboPoints = ComboPoints:new()
|
||||
end
|
Reference in New Issue
Block a user