Selaa lähdekoodia

fix: 初始关卡

王刚 1 vuosi sitten
vanhempi
commit
83776c99cd
1 muutettua tiedostoa jossa 5 lisäystä ja 5 poistoa
  1. 5 5
      Gameserver/App/model/User/Info_Gates.php

+ 5 - 5
Gameserver/App/model/User/Info_Gates.php

@@ -37,7 +37,7 @@ class Info_Gates extends Object_ext {
      * @var type
      */
     public $GatesChallengeRecord = null;
-    
+
     /**
      * 进化解锁记录
      * @var type
@@ -49,16 +49,16 @@ class Info_Gates extends Object_ext {
      * 巡逻领取奖励的时间
      * @var int
      */
-    public $xunluo_StartTs = 0; 
+    public $xunluo_StartTs = 0;
 
     /**
      * 快速巡逻的购买记录
      * @var int
      */
     public $xunluo_quick_buyRecord = 0;
-    
+
     public function initialize() {
-        $startId = 1;
+        $startId = 10010111;
         $this->CurrentGateId = $startId;
         $this->UnlockedGatesMaxId = $startId;
 
@@ -86,7 +86,7 @@ class Info_Gates extends Object_ext {
 
             $this->GatesChallengeRecord = new \stdClass();
             $this->evolveUnlockRecord = array();
-            
+
             $this->xunluo_StartTs = now();
         } else {
             parent::__construct($arg);