修改天梯接口问题,天梯和挂机已测试

This commit is contained in:
liangtongchuan
2020-10-14 01:16:33 +08:00
parent 7652f63414
commit c06f422297
7 changed files with 60 additions and 21 deletions

View File

@@ -23,8 +23,8 @@ function parseTowerData() {
const towerFile = 'dic_zyz_tower';
const towerData = gamedata['jsons'][towerFile] || [];
towerData.forEach(elem => {
if (elem.towerFloor) {
towerInfos.set(elem.towerFloor, elem);
if (elem.lv) {
towerInfos.set(elem.lv, elem);
}
});
}