cyzhao 1 год назад
Родитель
Сommit
f761c6e33b
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      Gameserver/App/process/FightProc.php

+ 1 - 0
Gameserver/App/process/FightProc.php

@@ -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;