Compare commits

..

No commits in common. "0cc96a57479af7017af7add800a1ec887104eb46" and "cfa469a02efed4a25b31024585be64542218e786" have entirely different histories.

1 changed files with 2 additions and 2 deletions

View File

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