竞技馆游戏记录
This commit is contained in:
parent
1cc5d4f226
commit
cb4b51b4aa
|
|
@ -2117,15 +2117,16 @@ func (this *TienLenSceneData) SaveCustomLog() {
|
||||||
Platform: this.Platform,
|
Platform: this.Platform,
|
||||||
CycleId: this.CycleID,
|
CycleId: this.CycleID,
|
||||||
RoomConfigId: this.GetCustom().GetRoomConfigId(),
|
RoomConfigId: this.GetCustom().GetRoomConfigId(),
|
||||||
|
GameFreeId: this.GetGameFreeId(),
|
||||||
|
TotalRound: this.TotalOfGames,
|
||||||
|
PlayerNum: this.PlayerNum,
|
||||||
|
Password: this.GetCustom().GetPassword(),
|
||||||
|
CostType: this.GetCustom().GetCostType(),
|
||||||
|
Voice: this.GetCustom().GetVoice(),
|
||||||
RoomId: this.SceneId,
|
RoomId: this.SceneId,
|
||||||
StartTs: this.GameStartTime.Unix(),
|
StartTs: this.GameStartTime.Unix(),
|
||||||
EndTs: time.Now().Unix(),
|
EndTs: time.Now().Unix(),
|
||||||
State: state,
|
State: state,
|
||||||
GameFreeId: this.GetGameFreeId(),
|
|
||||||
TotalRound: this.TotalOfGames,
|
|
||||||
Password: this.GetCustom().GetPassword(),
|
|
||||||
CostType: this.GetCustom().GetCostType(),
|
|
||||||
Voice: this.GetCustom().GetVoice(),
|
|
||||||
}
|
}
|
||||||
for snid := range this.BilledList {
|
for snid := range this.BilledList {
|
||||||
var items []*model.Item
|
var items []*model.Item
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue