chore: simplify conversion of missionReward from PE+ #1018

Merged
Sainan merged 2 commits from reward-cleanup into main 2025-02-25 16:58:07 -08:00
Showing only changes of commit 80df6ff20e - Show all commits

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
});
}