|
@@ -112,6 +112,8 @@ class Info_Gates extends Object_ext {
|
|
|
|
|
|
$this->xunluo_StartTs = now();
|
|
$this->xunluo_StartTs = now();
|
|
$this->TowerGate = new Ins_TowerGateInfo();
|
|
$this->TowerGate = new Ins_TowerGateInfo();
|
|
|
|
+ $this->TowerGate->skill_beidong = new \stdClass();
|
|
|
|
+ $this->TowerGate->skill_zhudong = new \stdClass();
|
|
$this->TowerGate->CurLayer = 1; //默认从1层开始
|
|
$this->TowerGate->CurLayer = 1; //默认从1层开始
|
|
} else {
|
|
} else {
|
|
parent::__construct($arg);
|
|
parent::__construct($arg);
|