fix: ignore empty mission tag in missionInventoryUpdate #1015
@ -282,7 +282,10 @@ export const addMissionRewards = async (
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (missions) {
|
if (
|
||||||
|
missions &&
|
||||||
|
missions.Tag != "" // #1013
|
||||||
|
) {
|
||||||
const node = getNode(missions.Tag);
|
const node = getNode(missions.Tag);
|
||||||
|
|
||||||
//node based credit rewards for mission completion
|
//node based credit rewards for mission completion
|
||||||
|
Loading…
x
Reference in New Issue
Block a user