ls- / ls_Toasts

Development repository of ls: Toasts
Other
27 stars 3 forks source link

Currency Issue in Cata #63

Closed ImMooky closed 6 months ago

ImMooky commented 6 months ago

Hi There,

it seems the currency is way out of scale... I get 200 honor and it will show thousands and so on... doing this with all forms of currency.

I have attempted to re-install to see if that solves with no luck. Thank you!

ls- commented 6 months ago

Ugh, I just checked Blizz code for classic cata and found this:

if GetClassicExpansionLevel() >= LE_EXPANSION_CATACLYSM then
    honor = honor / 100;
end

So they're manually adjusting the honour value in their UI code. Bizarre...

ls- commented 6 months ago

K, should be fixed. I'll release an update a bit later.