钻石存储罐修改
This commit is contained in:
parent
0d11c2a79f
commit
ae0ac2dbaf
|
@ -3868,6 +3868,10 @@ func (this *Player) GetPayGoodsInfo() {
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
//钻石存储罐
|
||||||
|
if info.PageId == ShopPageDiamondBank {
|
||||||
|
WelfareMgrSington.DiamondBankTakeCoin(this)
|
||||||
|
}
|
||||||
switch info.Remark {
|
switch info.Remark {
|
||||||
case "BlindBox":
|
case "BlindBox":
|
||||||
if len(info.OtherParams) > 0 {
|
if len(info.OtherParams) > 0 {
|
||||||
|
|
Loading…
Reference in New Issue