chore: missionReward.items are already StoreItems, simplify this

This commit is contained in:
Sainan 2025-02-25 23:19:03 +01:00
parent a27f1c5e01
commit 80df6ff20e

View File

@ -351,7 +351,7 @@ export const addFixedLevelRewards = (
if (rewards.items) {
for (const item of rewards.items) {
MissionRewards.push({
StoreItem: item.includes(`/StoreItems/`) ? item : `/Lotus/StoreItems${item.substring("Lotus/".length)}`,
StoreItem: item,
ItemCount: 1
});
}