1
This commit is contained in:
parent
34dfbdaee0
commit
d2c335ecce
@ -126,7 +126,12 @@ func (this *guildMgr) GetGuildRank() []common.Guild {
|
|||||||
|
|
||||||
func (this *guildMgr) AsyncCreateGuild(accountId string, avatar int32, name string,
|
func (this *guildMgr) AsyncCreateGuild(accountId string, avatar int32, name string,
|
||||||
cb func(int32, string, int64)) {
|
cb func(int32, string, int64)) {
|
||||||
|
if this.internalGetGuildByAccountId(accountId) != nil {
|
||||||
|
|
||||||
|
}
|
||||||
|
if this.internalGetGuildByGuildName(name) != nil {
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func (this *guildMgr) AsyncGetApplyList(lastIdx int64, accountId string,
|
func (this *guildMgr) AsyncGetApplyList(lastIdx int64, accountId string,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user