Compare commits

...

2 Commits

1 changed files with 2 additions and 2 deletions

View File

@ -1664,7 +1664,7 @@ func init() {
SnID: player.SnId,
ChangeType: msg.GetLogType(),
ChangeNum: msg.GetGold(),
RemainNum: remainNum + addcoin,
RemainNum: remainNum + msg.GetGold(),
Add: 0,
LogType: logtype,
GameID: 0,
@ -1743,7 +1743,7 @@ func init() {
SnID: findPlayer.SnId,
ChangeType: msg.GetLogType(),
ChangeNum: msg.GetGold(),
RemainNum: remainNum + addcoin,
RemainNum: remainNum + msg.GetGold(),
Add: 0,
LogType: logtype,
GameID: 0,