chore: faithful handling when ki'teer signa was rolled (#2553)

Reviewed-on: OpenWF/SpaceNinjaServer#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,
await addItem(inventory, specialItemReward.Item)
);
// TOVERIFY: Is the SpecialItemRewardAttenuation entry removed now?
atten.Atten = 0;
} else {
atten.Atten += specialItemReward.PityIncreaseRate!;
}