소스 검색

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

cyzhao 11 달 전
부모
커밋
cfdca2dd3a
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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
      */