Merge branch 'master' of https://gitlab.trgame.cn/zyztech/zyz_server
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user