This commit is contained in:
yajunlu
2022-07-13 10:21:52 +08:00
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;