增加注册日志
This commit is contained in:
parent
bf0fa0ec81
commit
5bbd80c19f
@ -213,7 +213,10 @@ func (ad *GameLogic) NewAccountInsertDataToDB() bool {
|
||||
UpdataTime: int32(time.Now().Unix()),
|
||||
}
|
||||
db.FormatAllMemInsertDb(playerMod, "t_player_mod")
|
||||
|
||||
G_GameLogicPtr.AddLog(&Log{
|
||||
Uid: insertId,
|
||||
EventName: "register",
|
||||
})
|
||||
return true
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user