This commit is contained in:
aozhiwei 2024-04-02 08:56:00 +08:00
parent be61f12023
commit 05da3ae9aa

View File

@ -64,6 +64,7 @@ func (this *guildMgr) loadGuildMember() {
g := this.internalGetGuildByGuildId(guildId)
if g != nil {
g.addMember(p)
this.accountIdHash[guildId] = g
}
},
func (err error) {