🐞 fix(gvg): 遗迹驻扎阵容校验错误

This commit is contained in:
luying
2023-06-13 15:35:33 +08:00
parent 372e2a0beb
commit 37624df108

View File

@@ -173,7 +173,7 @@ export async function checkHeroChangeInVestige(roleId: string, curVestigeId: num
let hasHero = usedHeroes.find(cur => cur.actorId == actorId);
if(!hasHero) return true;
}
return true;
return false;
}
// 检查我的排名是否可以挑战对方的排名