This commit is contained in:
aozhiwei 2024-04-02 09:10:11 +08:00
parent 34dfbdaee0
commit d2c335ecce

View File

@ -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,