diff --git a/worldsrv/player.go b/worldsrv/player.go index 9810d63..faf0d98 100644 --- a/worldsrv/player.go +++ b/worldsrv/player.go @@ -3868,6 +3868,10 @@ func (this *Player) GetPayGoodsInfo() { }) } } + //钻石存储罐 + if info.PageId == ShopPageDiamondBank { + WelfareMgrSington.DiamondBankTakeCoin(this) + } switch info.Remark { case "BlindBox": if len(info.OtherParams) > 0 {