🐞 fix(gvg): 修复战区问题,不跨服服务器应单列
This commit is contained in:
@@ -129,9 +129,9 @@ export class GuildRemote {
|
||||
}
|
||||
}
|
||||
|
||||
public async initCatapult(cityId: number, groupId: number, serverType: number, leagueCode: string, leagueName: string) {
|
||||
public async initCatapult(cityId: number, groupKey: string, leagueCode: string, leagueName: string) {
|
||||
try {
|
||||
return await initCatapult(cityId, groupId, serverType, leagueCode, leagueName);
|
||||
return await initCatapult(cityId, groupKey, leagueCode, leagueName);
|
||||
} catch(e) {
|
||||
errlogger.error(`remote ${__filename} \n ${e.stack}`);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user