cyzhao 1 anno fa
parent
commit
f761c6e33b
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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;
                 $price = $price . ";" . $equipId . ',' . $equipNum;
             }
             }
             StoreProc::AddMultiItemInStore($price);
             StoreProc::AddMultiItemInStore($price);
+            ctx()->gates->xunluo_StartTs = now();           
         } else {//快速巡逻
         } else {//快速巡逻
             my_Assert(ctx()->gates->xunluo_quick_buyRecord < $gateMo->xueluo_quick_num, ErrCode::err_const_no);
             my_Assert(ctx()->gates->xunluo_quick_buyRecord < $gateMo->xueluo_quick_num, ErrCode::err_const_no);
             ctx()->gates->xunluo_quick_buyRecord += 1;
             ctx()->gates->xunluo_quick_buyRecord += 1;