modify 推币机活动

This commit is contained in:
sk 2025-01-09 17:54:05 +08:00
parent 2bdc7f51ce
commit fc14c2a467
1 changed files with 4 additions and 4 deletions

View File

@ -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,