Browse Source

fixed: null

gwang 4 years ago
parent
commit
5bc3423667
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Gameserver/Amfphp/model/User/Data_UserGuild.php

+ 2 - 2
Gameserver/Amfphp/model/User/Data_UserGuild.php

@@ -42,12 +42,12 @@ class Data_UserGuild extends HashSaver {
      * 角色类型
      * @var type
      */
-    public $position;
+    public $position = "";
 
     /**
      * @var int 创建公会冷却时间
      */
-    public $create_coding;
+    public $create_coding = 0;
 
     /**
      * 清理