This commit is contained in:
aozhiwei 2024-04-11 19:17:05 +08:00
parent 94cfbe867d
commit ab3748f7e7

View File

@ -896,4 +896,7 @@ func (this *guildMgr) delGuild(g *guild) {
})
delete(this.idHash, g.guildId)
delete(this.nameHash, g.guildName)
if _, ok := this.guildRankHash[g.guildId]; ok {
this.rearrangement()
}
}