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

View File

@ -32,6 +32,8 @@ func (this *guildMgr) UnInit() {
}
func (this *guildMgr) loadFromDB() {
this.loadGuild()
this.loadGuildMember()
}
func (this *guildMgr) loadGuild() {