diff --git a/server/imserver_new/guild/guildmgr.go b/server/imserver_new/guild/guildmgr.go index a9030d6c..0be68108 100644 --- a/server/imserver_new/guild/guildmgr.go +++ b/server/imserver_new/guild/guildmgr.go @@ -126,7 +126,12 @@ func (this *guildMgr) GetGuildRank() []common.Guild { func (this *guildMgr) AsyncCreateGuild(accountId string, avatar int32, name string, cb func(int32, string, int64)) { + if this.internalGetGuildByAccountId(accountId) != nil { + } + if this.internalGetGuildByGuildName(name) != nil { + + } } func (this *guildMgr) AsyncGetApplyList(lastIdx int64, accountId string,