File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -644,15 +644,15 @@ local function CurrencyTransferUpdate(charInfo)
644644end
645645
646646local function UpdateCatalystCharges (charInfo )
647- if not charInfo .currencyInfo or not charInfo .currencyInfo [2813 ] then
647+ if not charInfo .currencyInfo or not charInfo .currencyInfo [3116 ] then
648648 UpdateAllCurrencies (charInfo )
649649 end
650650
651- charInfo .currencyInfo [2813 ].quantity = C_CurrencyInfo .GetCurrencyInfo (2813 ).quantity
651+ charInfo .currencyInfo [3116 ].quantity = C_CurrencyInfo .GetCurrencyInfo (3116 ).quantity
652652end
653653
654654local function CreateCatalystChargeString (currencyInfo )
655- local catalystCharges = currencyInfo and currencyInfo [2813 ]
655+ local catalystCharges = currencyInfo and currencyInfo [3116 ]
656656 if not catalystCharges then return ' -' end
657657
658658 return PermoksAccountManager :CreateFractionString (catalystCharges .quantity , catalystCharges .maxQuantity )
You can’t perform that action at this time.
0 commit comments