|
@@ -197,6 +197,7 @@ class FightProc {
|
|
|
$price = $price . ";" . $equipId . ',' . $equipNum;
|
|
|
}
|
|
|
StoreProc::AddMultiItemInStore($price);
|
|
|
+ ctx()->gates->xunluo_StartTs = now();
|
|
|
} else {//快速巡逻
|
|
|
my_Assert(ctx()->gates->xunluo_quick_buyRecord < $gateMo->xueluo_quick_num, ErrCode::err_const_no);
|
|
|
ctx()->gates->xunluo_quick_buyRecord += 1;
|