This commit is contained in:
aozhiwei 2024-04-08 15:18:22 +08:00
parent ffe4cdec56
commit 6ec9dfdf87

View File

@ -231,6 +231,11 @@ func (this *guildMgr) asyncCreateGuildTask(task *f5.AsyncTask,
return
}
guild := newGuild()
{
p := newMember()
p.init(guild, accountId, int32(nowTime))
this.memberIdHash[accountId] = p
}
this.idHash[guild.guildId] = guild
this.nameHash[guild.guildName] = guild
oldGuild := this.internalGetGuildByAccountId(accountId)