🐞 fix(gvg): 遗迹驻扎阵容校验错误
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
// 检查我的排名是否可以挑战对方的排名
|
||||
|
||||
Reference in New Issue
Block a user