1
This commit is contained in:
parent
b62ae9ccf9
commit
be59e9987b
@ -19,6 +19,8 @@ const (
|
||||
|
||||
LOG_TYPE_GUILD_CREATE_CONSUME_BEGIN = "guild.create_consume.begin"
|
||||
LOG_TYPE_GUILD_CREATE_CONSUME_END = "guild.create_consume.end"
|
||||
|
||||
LOG_TYPE_GUILD_ACC = "guild.create_consume.end"
|
||||
)
|
||||
|
||||
func (this* dbLogMgr) Init() {
|
||||
|
@ -166,6 +166,7 @@ func (this *guild) asyncLeave(accountId string, cb func(int32, string)) {
|
||||
cb(500, "server internal error")
|
||||
return
|
||||
}
|
||||
nextLeader.guildJob = constant.GuildMemberLevelLeader
|
||||
cb(0, "")
|
||||
return
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user