Browse Source

bug修复

cyzhao 1 năm trước cách đây
mục cha
commit
f761c6e33b
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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;