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