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