fix bug 武将名和职业名篡位
This commit is contained in:
@@ -61,7 +61,7 @@ function parseJobData() {
|
||||
const jobsData = gamedata['jsons'][jobFile] || [];
|
||||
jobsData.forEach(elem => {
|
||||
if (elem && elem.jobid) {
|
||||
heroInfos.set(elem.jobid, elem);
|
||||
jobInfos.set(elem.jobid, elem);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user