|
@@ -270,7 +270,7 @@ class FightProc {
|
|
|
// $max = glc()->sweepMaxNum;
|
|
|
// my_Assert(ctx()->gates->fightSweepNum < $max, ErrCode::gate_SweepMaxNum_limit);
|
|
|
// }
|
|
|
- if (ctx()->gates->fightSweepNum <= glc()->sweepMaxNum) {
|
|
|
+ if (ctx()->gates->fightSweepNum < glc()->sweepMaxNum) {
|
|
|
ctx()->gates->fightSweepTs = now(); # 前三次无冷却
|
|
|
} else {
|
|
|
ctx()->gates->fightSweepTs = now(60); # 下次扫荡时间戳(广告时需要间隔)
|