🐞 fix(gvg): 军团名修改同步到玩家
This commit is contained in:
@@ -162,6 +162,7 @@ export class GuildHandler {
|
||||
for(let roleId of guild.members) {
|
||||
await updateUserInfo(REDIS_KEY.USER_INFO, roleId, [{ field: 'guildName', value: name }]);
|
||||
}
|
||||
await RoleModel.updateGuildName(code, name);
|
||||
}
|
||||
if (notice != undefined) {
|
||||
pushGuildNoticeUpdateMsg(roleId, roleName, guild);
|
||||
|
||||
Reference in New Issue
Block a user