This commit is contained in:
@@ -41,7 +41,7 @@ func (h Controller) GetPlayerGoldCount(data *item.GoldOnlineRemainInboundInfo, p
|
||||
|
||||
return &item.GoldOnlineRemainOutboundInfo{
|
||||
|
||||
GoldNumber: player.User.GetGold(uint(player.Info.UserID)),
|
||||
GoldNumber: uint32(player.User.GetGold(uint(player.Info.UserID))),
|
||||
Coin: player.Info.Coins,
|
||||
}, 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user