寻宝:扣减藏宝图顺序

This commit is contained in:
luying
2021-08-17 10:57:55 +08:00
parent e1f4d7b52a
commit b4c9d27299
3 changed files with 19 additions and 17 deletions

View File

@@ -56,7 +56,7 @@ export function loadWarJson() {
let warid = 0;
arr.forEach(o => {
o.attribute = parseAttribute(o.attribute);
warid = o.warId;
if(o.warId) warid = o.warId;
warjson.push(o);
});
dicWarJson.set(warid, warjson);