排行榜:加入军团后军团名显示
This commit is contained in:
@@ -96,6 +96,7 @@ export async function joinGuild(code: string, guildName: string, lv: number, rol
|
||||
res.releaseCallback();//解锁
|
||||
return { status: -1, resResult: resResult(STATUS.GUILD_HAS_JOIN) };
|
||||
}
|
||||
await updateUserInfo(REDIS_KEY.USER_INFO, roleId, [{ field: 'guildName', value: guildName }]);
|
||||
|
||||
const dicCenterBase = gameData.centerBase.get(lv);
|
||||
if (!dicCenterBase) {
|
||||
|
||||
Reference in New Issue
Block a user