fixed (fr)
This commit is contained in:
parent
eb073874fb
commit
66c74e2854
@ -14,7 +14,12 @@ export const sellController: RequestHandler = async (req, res) => {
|
||||
} else if (payload.SellCurrency == "SC_FusionPoints") {
|
||||
inventory.FusionPoints += payload.SellPrice;
|
||||
} else if (payload.SellCurrency == "SC_PrimeBucks") {
|
||||
inventory.PrimeTokens += payload.SellPrice;
|
||||
addMiscItems(inventory, [
|
||||
{
|
||||
ItemType: "/Lotus/Types/Items/MiscItems/PrimeBucks",
|
||||
ItemCount: payload.SellPrice
|
||||
}
|
||||
]);
|
||||
} else if (payload.SellCurrency == "SC_DistillPoints") {
|
||||
addMiscItems(inventory, [
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user