Compare commits

..

No commits in common. "00d4f328c7551d174071083b40b6117f6de049ae" and "29a264d7897311e91ccce20eae39605b5136eca2" have entirely different histories.

1 changed files with 1 additions and 3 deletions

View File

@ -176,9 +176,7 @@ func (spd *ScenePolicyData) CostPayment(s *Scene, snid int32) bool {
GameFreeId: int64(s.dbGameFree.GetId()), GameFreeId: int64(s.dbGameFree.GetId()),
RoomConfigId: roomConfig.GetId(), RoomConfigId: roomConfig.GetId(),
}) })
if s.CustomParam.GetCostType() == 1 { // AA 是在游戏开始后扣的
LotteryMgrInst.AddCostRoomCard(p.Platform, p.SnId, int64(n)) LotteryMgrInst.AddCostRoomCard(p.Platform, p.SnId, int64(n))
}
}) })
} }