|
@@ -114,6 +114,8 @@ class Info_Gates extends Object_ext {
|
|
|
$this->TowerGate = new Ins_TowerGateInfo();
|
|
|
$this->TowerGate->skill_beidong = new \stdClass();
|
|
|
$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层开始
|
|
|
} else {
|
|
|
parent::__construct($arg);
|