From ae0ac2dbaf90f7b4f42e2359bbba67fc6224190d Mon Sep 17 00:00:00 2001 From: by <123456@qq.com> Date: Thu, 27 Jun 2024 10:57:57 +0800 Subject: [PATCH] =?UTF-8?q?=E9=92=BB=E7=9F=B3=E5=AD=98=E5=82=A8=E7=BD=90?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- worldsrv/player.go | 4 ++++ 1 file changed, 4 insertions(+) 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 {