fix bug
This commit is contained in:
@@ -17,5 +17,5 @@ let arr = JSON.parse(str);
|
||||
export const dicExpeditionPoint = new Map<number, DicExpeditionPoint>();
|
||||
arr.forEach(o => {
|
||||
o.reward = parseReward(o.reward);
|
||||
dicExpeditionPoint.set(o.id, o);
|
||||
dicExpeditionPoint.set(o.point, o);
|
||||
});
|
||||
Reference in New Issue
Block a user