修复getAttackRange的错误

This commit is contained in:
shijian 2023-11-23 13:44:50 +08:00
parent c5dd53b389
commit 8acd060ff7
1 changed files with 1 additions and 1 deletions

View File

@ -28219,7 +28219,7 @@ new Promise(resolve=>{
});
equips.forEach(card=>{
const info=get.info(card,false).distance;
if(ininfo&&info.globalFrom){
if(info&&info.globalFrom){
range+=info.globalFrom;
}
})