fix bug
This commit is contained in:
@@ -42,7 +42,7 @@ arr.forEach(o => {
|
||||
o.suitLevel = parseSuitLevel(o.suitLevel);
|
||||
o.movePointArray = parseNumberList(o.movePointArray);
|
||||
|
||||
dicEvent.set(o.quality, o);
|
||||
dicEvent.set(o.eventID, o);
|
||||
});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user