chore: faithful handling when ki'teer signa was rolled (#2553)
Some checks failed
Build Docker image / docker-arm64 (push) Waiting to run
Build / build (push) Has been cancelled
Build Docker image / docker-amd64 (push) Has been cancelled

Reviewed-on: #2553
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
This commit is contained in:
Sainan 2025-07-27 06:29:02 -07:00 committed by Sainan
parent ddfa98e0b2
commit 2e84f71af8

View File

@ -581,7 +581,7 @@ const handleBoosterPackPurchase = async (
purchaseResponse.InventoryChanges, purchaseResponse.InventoryChanges,
await addItem(inventory, specialItemReward.Item) await addItem(inventory, specialItemReward.Item)
); );
// TOVERIFY: Is the SpecialItemRewardAttenuation entry removed now? atten.Atten = 0;
} else { } else {
atten.Atten += specialItemReward.PityIncreaseRate!; atten.Atten += specialItemReward.PityIncreaseRate!;
} }