mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 14:50:13 -05:00
Fix combo points display in Classic Era
This commit is contained in:
@ -527,7 +527,7 @@ function ComboPoints.prototype:UpdateComboPoints(...)
|
||||
anticipate = 0
|
||||
end
|
||||
else
|
||||
points = GetComboPoints("target")
|
||||
points = GetComboPoints("player", "target")
|
||||
end
|
||||
|
||||
points = points or 0
|
||||
|
@ -124,7 +124,7 @@ function ComboPointsBar.prototype:UpdateComboPoints(...)
|
||||
points = UnitPower(checkUnit, SPELL_POWER_COMBO_POINTS)
|
||||
end
|
||||
else
|
||||
points = GetComboPoints("target")
|
||||
points = GetComboPoints("player", "target")
|
||||
end
|
||||
|
||||
if (points == 0) then
|
||||
|
Reference in New Issue
Block a user