Kaynağa Gözat

Merge branch 'dev' of http://ylsjtt.game7000.com:3000/YLSJ/jzhj2024server into dev

cyzhao 11 ay önce
ebeveyn
işleme
cfdca2dd3a
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      Gameserver/App/model/User/Info_Gates.php

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

@@ -122,7 +122,7 @@ class Info_Gates extends Object_ext {
             $this->TowerGate->skill_zhudong = new \stdClass();
             $this->TowerGate->skill_zhudong_lockState = new \stdClass();
             $this->TowerGate->skill_beidong_lockState = new \stdClass();
-            $this->TowerGate->CurLayer = 1;                                     // 默认从1层开始
+            $this->TowerGate->CurLayer = 0;                                     // 默认从1层开始
         } else {
             parent::__construct($arg);
 
@@ -214,7 +214,7 @@ class Info_Gates extends Object_ext {
         }
         return $maxIndex;
     }
-    
+
     /**
      * 最大通关id
      */