Fixed formatting
This commit is contained in:
parent
76e40685ab
commit
7a2c187d54
@ -359,7 +359,9 @@ export const addFixedLevelRewards = (
|
|||||||
if (rewards.countedItems) {
|
if (rewards.countedItems) {
|
||||||
for (const item of rewards.countedItems) {
|
for (const item of rewards.countedItems) {
|
||||||
MissionRewards.push({
|
MissionRewards.push({
|
||||||
StoreItem: item.ItemType.includes(`/StoreItems/`) ? item.ItemType : `/Lotus/StoreItems${item.ItemType.substring("Lotus/".length)}`,
|
StoreItem: item.ItemType.includes(`/StoreItems/`)
|
||||||
|
? item.ItemType
|
||||||
|
: `/Lotus/StoreItems${item.ItemType.substring("Lotus/".length)}`,
|
||||||
ItemCount: item.ItemCount
|
ItemCount: item.ItemCount
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user