Compare commits
No commits in common. "00d4f328c7551d174071083b40b6117f6de049ae" and "29a264d7897311e91ccce20eae39605b5136eca2" have entirely different histories.
00d4f328c7
...
29a264d789
|
@ -176,9 +176,7 @@ func (spd *ScenePolicyData) CostPayment(s *Scene, snid int32) bool {
|
|||
GameFreeId: int64(s.dbGameFree.GetId()),
|
||||
RoomConfigId: roomConfig.GetId(),
|
||||
})
|
||||
if s.CustomParam.GetCostType() == 1 { // AA 是在游戏开始后扣的
|
||||
LotteryMgrInst.AddCostRoomCard(p.Platform, p.SnId, int64(n))
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue