1
This commit is contained in:
parent
34dfbdaee0
commit
d2c335ecce
@ -126,8 +126,13 @@ 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,
|
||||
cb func(int32, string, int64, []string)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user