🐞 fix(gvg): 联军设置icon信息错误
This commit is contained in:
@@ -622,7 +622,7 @@ export class GVGManageHandler {
|
||||
addLeagueRenameRecord(myLeague.leagueCode, name);
|
||||
}
|
||||
if(icon != undefined) {
|
||||
await updateUserInfo(REDIS_KEY.LEAGUE_INFO, myLeague.leagueCode, [{ field: 'icon', value: name }]);
|
||||
await updateUserInfo(REDIS_KEY.LEAGUE_INFO, myLeague.leagueCode, [{ field: 'icon', value: icon }]);
|
||||
}
|
||||
if(notice != undefined) {
|
||||
await changeNoticeMessage(roleId, roleName, myLeague, notice);
|
||||
|
||||
Reference in New Issue
Block a user