1
This commit is contained in:
parent
c04159e349
commit
80d57eaa94
@ -92,3 +92,23 @@ func (this *dbLogMgr) GuildCreateConsumeEnd(accountId string, guildId string, gu
|
||||
{"paramr", q5.ToString(errCode)},
|
||||
})
|
||||
}
|
||||
|
||||
func (this *dbLogMgr) GuildAccpetApply(string, string, string) {
|
||||
|
||||
}
|
||||
|
||||
func (this *dbLogMgr) GuildLeave(string, string) {
|
||||
|
||||
}
|
||||
|
||||
func (this *dbLogMgr) GuildKickout(string, string, string) {
|
||||
|
||||
}
|
||||
|
||||
func (this *dbLogMgr) GuildSetJob(string, string, int32) {
|
||||
|
||||
}
|
||||
|
||||
func (this *dbLogMgr) GuildDisband(string, string, int32) {
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user