소스 검색

技能字段初始化

cyzhao 1 년 전
부모
커밋
a594e2a5a2
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      Gameserver/App/model/User/Info_Gates.php

+ 2 - 0
Gameserver/App/model/User/Info_Gates.php

@@ -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);