This commit is contained in:
luying
2020-12-15 15:22:28 +08:00
parent ea4fa1176b
commit 3a78f667c3
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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);
});