Dominos

Dominos

19M Downloads

5.4.0 beta Friendship XP bar patch is missing two lines.

b-morgan opened this issue ยท 1 comments

commented
@@ -298,6 +298,8 @@
           min, max, value = 0, 1, 1;
       end
    end
+   max = max - min
+   value = value - min

    local color = FACTION_BAR_COLORS[reaction]
    self.value:SetStatusBarColor(color.r, color.g, color.b)

commented

This should be resolved in the next release.