羁绊:当没有武将的时候不升级

This commit is contained in:
luying
2022-07-12 19:14:07 +08:00
parent f0bd75f988
commit 9f74f9f63c
2 changed files with 7 additions and 8 deletions

View File

@@ -319,9 +319,6 @@ export function getHeroExpByLv(lv: number) {
return gameData.charexp.get(lv);
}
export function hasCurConnect(actorId: number, shipId: number) {
return gameData.friendShips.has(`${actorId}_${shipId}`);
}
export function getConnectMaxLv(actorId: number, shipId: number) {
return gameData.friendShipsMax.get(`${actorId}_${shipId}`)||0;