Fix combo points display in Classic Era

This commit is contained in:
Parnic
2022-09-18 22:57:01 -05:00
parent faa3d326aa
commit 7ceb70737a
2 changed files with 2 additions and 2 deletions

View File

@ -527,7 +527,7 @@ function ComboPoints.prototype:UpdateComboPoints(...)
anticipate = 0
end
else
points = GetComboPoints("target")
points = GetComboPoints("player", "target")
end
points = points or 0

View File

@ -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