Skip to content

Commit

Permalink
Fix UpdateTextStringWithValues
Browse files Browse the repository at this point in the history
  • Loading branch information
iam3yal committed May 9, 2024
1 parent a45f120 commit bec9864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Features/StatusBar.lua
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ GameTooltipStatusBar:HookScript("OnValueChanged", function(self, value)
value, max = UnitHealth(unit), UnitHealthMax(unit)
TextStatusBar.UpdateTextStringWithValues(self, textString, value, 0, max)
else
TextStatusBar.UpdateTextString(self)
TextStatusBar.UpdateTextStringWithValues(self, textString, value, 0, max)
end
end

Expand Down

0 comments on commit bec9864

Please sign in to comment.