fix 推币机震动
This commit is contained in:
parent
2a139f2515
commit
ace83f2359
|
@ -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ξ`σ
|
Binary file not shown.
|
@ -117,48 +117,6 @@
|
||||||
"Gain": {
|
"Gain": {
|
||||||
"100001": 30000
|
"100001": 30000
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
{},
|
|
||||||
{},
|
|
||||||
{},
|
|
||||||
{},
|
|
||||||
{},
|
|
||||||
{},
|
|
||||||
{},
|
|
||||||
{},
|
|
||||||
{},
|
|
||||||
{},
|
|
||||||
{},
|
|
||||||
{},
|
|
||||||
{},
|
|
||||||
{},
|
|
||||||
{},
|
|
||||||
{},
|
|
||||||
{},
|
|
||||||
{},
|
|
||||||
{},
|
|
||||||
{},
|
|
||||||
{},
|
|
||||||
{},
|
|
||||||
{},
|
|
||||||
{},
|
|
||||||
{},
|
|
||||||
{},
|
|
||||||
{},
|
|
||||||
{},
|
|
||||||
{},
|
|
||||||
{},
|
|
||||||
{},
|
|
||||||
{},
|
|
||||||
{},
|
|
||||||
{},
|
|
||||||
{},
|
|
||||||
{},
|
|
||||||
{},
|
|
||||||
{},
|
|
||||||
{},
|
|
||||||
{},
|
|
||||||
{},
|
|
||||||
{}
|
|
||||||
]
|
]
|
||||||
}
|
}
|
BIN
data/DB_Task.dat
BIN
data/DB_Task.dat
Binary file not shown.
|
@ -312,7 +312,7 @@ func CSPushCoinPlayerOp(s *netlib.Session, packetid int, data interface{}, sid i
|
||||||
}
|
}
|
||||||
|
|
||||||
case activity.OpCodes_OP_Shake:
|
case activity.OpCodes_OP_Shake:
|
||||||
item := BagMgrSingleton.GetItem(p.SnId, common.ItemIDShake)
|
item := BagMgrSingleton.GetItem(p.SnId, common.ItemIDPlum)
|
||||||
if item == nil || item.ItemNum < msg.GetOpParam() {
|
if item == nil || item.ItemNum < msg.GetOpParam() {
|
||||||
pack.OpRetCode = activity.OpResultPushCoinCode_OPRC_PushCoin_ShakeNotEnough
|
pack.OpRetCode = activity.OpResultPushCoinCode_OPRC_PushCoin_ShakeNotEnough
|
||||||
goto here
|
goto here
|
||||||
|
@ -321,7 +321,7 @@ func CSPushCoinPlayerOp(s *netlib.Session, packetid int, data interface{}, sid i
|
||||||
BagMgrSingleton.AddItems(&model.AddItemParam{
|
BagMgrSingleton.AddItems(&model.AddItemParam{
|
||||||
Platform: p.Platform,
|
Platform: p.Platform,
|
||||||
SnId: p.SnId,
|
SnId: p.SnId,
|
||||||
Change: []*model.Item{{ItemId: common.ItemIDShake, ItemNum: -msg.GetOpParam()}},
|
Change: []*model.Item{{ItemId: common.ItemIDPlum, ItemNum: -msg.GetOpParam()}},
|
||||||
GainWay: common.GainWayPushCoinExchangeCost,
|
GainWay: common.GainWayPushCoinExchangeCost,
|
||||||
Operator: "system",
|
Operator: "system",
|
||||||
Remark: "推币机兑换消耗",
|
Remark: "推币机兑换消耗",
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue