keep missionInventoryUpdate untouched

This commit is contained in:
Sainan 2024-12-29 21:39:42 +01:00
parent 177744690d
commit afba6b9e8c

View File

@ -184,7 +184,7 @@ const addRewardResponse = (
ItemType: string, ItemType: string,
ItemCount: number, ItemCount: number,
InventoryCategory: IInventoryFieldType InventoryCategory: IInventoryFieldType
): void => { ) => {
if (!ItemType) return; if (!ItemType) return;
if (!InventoryChanges[InventoryCategory]) { if (!InventoryChanges[InventoryCategory]) {