modify 推币机活动
This commit is contained in:
parent
2bdc7f51ce
commit
fc14c2a467
|
@ -185,10 +185,10 @@ func CSPushCoinPlayerOp(s *netlib.Session, packetid int, data interface{}, sid i
|
|||
id = common.ItemIDCoin
|
||||
}
|
||||
|
||||
if p.WelfData.PushCoin.Items[id] < val {
|
||||
logger.Logger.Errorf("获得道具太多: %d, %d", p.WelfData.PushCoin.Items[id], val)
|
||||
goto here
|
||||
}
|
||||
//if p.WelfData.PushCoin.Items[id] < val {
|
||||
// logger.Logger.Errorf("获得道具太多: %d, %d", p.WelfData.PushCoin.Items[id], val)
|
||||
// goto here
|
||||
//}
|
||||
|
||||
BagMgrSingleton.AddItems(&model.AddItemParam{
|
||||
Platform: p.Platform,
|
||||
|
|
Loading…
Reference in New Issue