Skip to content

Commit a37a025

Browse files
committed
Fix crest display
1 parent a475c61 commit a37a025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/currencies.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -849,7 +849,7 @@ function PermoksAccountManager:CreateCurrencyString(currencyInfo, abbreviateCurr
849849
if currencyInfo.maxQuantity and currencyInfo.maxQuantity > 0 and (currencyInfo.quantity or 0) > currencyInfo.maxQuantity then
850850
-- REFACTOR: move this logic to the crest labelRows to remove redundancy
851851
local id = currencyInfo.currencyType
852-
if id ~= 3107 and id ~= 3108 and id ~= 3109 and id ~= 3110 then
852+
if id ~= 3248 and id ~= 3286 and id ~= 3288 and id ~= 3290 then
853853
currencyInfo.quantity = currencyInfo.quantity / 100
854854
end
855855
end

0 commit comments

Comments
 (0)