瀏覽代碼

bug修复

cyzhao 1 年之前
父節點
當前提交
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;