1
This commit is contained in:
parent
94cfbe867d
commit
ab3748f7e7
@ -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()
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user