|
@@ -122,11 +122,17 @@ 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 = 1; // 默认从1层开始
|
|
|
} else {
|
|
|
parent::__construct($arg);
|
|
|
|
|
|
$this->TowerGateInfo()->fixArray();
|
|
|
+ if (null != $this->GateList) {
|
|
|
+ foreach ($this->GateList as $id => &$gt) {
|
|
|
+ $gt = new Ins_GateInfo($gt);
|
|
|
+ $gt->fixArray();
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
|