存钱罐取出调试信息
This commit is contained in:
parent
0b34ed9d75
commit
f1a580bce5
|
@ -1,4 +1,4 @@
|
||||||
|
|
||||||
(Ђв8–@Ўи;PdX–`c
|
(Ђв8–@Ўи;PdX–`c
|
||||||
< ((€β2ΕΈ2συ8¬@Άθ;JσυJΖΈPdX¬`Η
|
< ((€β2ΕΈ2συ8¬@Άθ;JΖΈJσυPdX¬`Η
|
||||||
?<18>ΑΧ/ 2(€β2συ2ΕΈ8ξ@£θ;JΖΈJσυPdXξ`σ
|
?<18>ΑΧ/ 2(€β2ΕΈ2συ8ξ@£θ;JΖΈJσυPdXξ`σ
|
|
@ -1118,7 +1118,7 @@ func (this *WelfareMgr) BlindBoxInfo(p *Player, bid int32) {
|
||||||
if cyc == 1 || blindBox.Cycle == model.WelfareOpen {
|
if cyc == 1 || blindBox.Cycle == model.WelfareOpen {
|
||||||
p.WelfData.BlindBoxId = 0
|
p.WelfData.BlindBoxId = 0
|
||||||
}
|
}
|
||||||
} // == 1代表当日循环
|
} // == 1代表当日循环
|
||||||
if p.WelfData.BlindBoxId == 0 { // 未领取过发随机Date
|
if p.WelfData.BlindBoxId == 0 { // 未领取过发随机Date
|
||||||
|
|
||||||
idx := bid
|
idx := bid
|
||||||
|
@ -1700,10 +1700,6 @@ func (this *WelfareMgr) PigbankGetInfo(p *Player) {
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
if common.Config.IsDevMode {
|
|
||||||
p.AddCoin(70000, 0, common.GainWay_PigrankGainCoin, "sys", "存钱罐领取金币")
|
|
||||||
p.AddDiamond(4000, 0, common.GainWay_PigrankGainCoin, "sys", "存钱罐领取金币")
|
|
||||||
}
|
|
||||||
/* fGetCostDiamond := func(taketimes int32) int64 {
|
/* fGetCostDiamond := func(taketimes int32) int64 {
|
||||||
pool := srvdata.PBDB_PigBank_DiamondMgr.Datas.GetArr()
|
pool := srvdata.PBDB_PigBank_DiamondMgr.Datas.GetArr()
|
||||||
for _, data := range pool {
|
for _, data := range pool {
|
||||||
|
|
Loading…
Reference in New Issue