返回提交历史
Modified
src/services/purchaseService.ts
+1
-1
XFEstudio/XFESpaceNinjaServer
chore: faithful handling when ki'teer signa was rolled (#2553)
Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/2553 Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com> Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
2e84f71a
代码差异
1 个文件
+1
-1
@@ -581,7 +581,7 @@ const handleBoosterPackPurchase = async (
581
581
purchaseResponse.InventoryChanges,
582
582
await addItem(inventory, specialItemReward.Item)
583
583
);
584
// TOVERIFY: Is the SpecialItemRewardAttenuation entry removed now?
584
atten.Atten = 0;
585
585
} else {
586
586
atten.Atten += specialItemReward.PityIncreaseRate!;
587
587
}