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

This reverts commit 37624df108.
This commit is contained in:
luying
2023-06-27 15:39:27 +08:00
parent 7c091230b1
commit 46e5d1e648

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 false;
return true;
}
// 检查我的排名是否可以挑战对方的排名