Browse Source

成就表名修改

cyzhao 1 year ago
parent
commit
0ea9522919

+ 1 - 1
Gameserver/App/model/Const/GameConfig.php

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2024-04-10 14:40:02
+ // 日期: 2024-04-10 16:44:37
 ////////////////////
 
 /**

+ 2 - 7
Gameserver/App/model/Const/sm_equip.php

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2024-04-08 11:31:49
+ // 日期: 2024-04-10 16:42:37
 ////////////////////
 
 
@@ -18,18 +18,13 @@ class sm_equip
     */
     public $id;
 
-    /**
-    * @var Int32 装备部位id1 2 3 4 5 6 default(0) 
-    */
-    public $typeId;
-
     /**
     * @var String 名称  
     */
     public $name;
 
     /**
-    * @var Int32 用途未知!!请到数据库中添加字段注释。 default(1) 
+    * @var Int32 装备部位id1 2 3 4 5 6 default(1) 
     */
     public $position;
 

+ 1 - 1
Gameserver/App/model/Const/sm_equip_levelupgrade.php

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2024-04-08 11:04:51
+ // 日期: 2024-04-10 16:36:02
 ////////////////////
 
 

+ 6 - 1
Gameserver/App/model/Const/sm_globalsettings.php

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2024-03-28 16:08:03
+ // 日期: 2024-04-10 16:05:28
 ////////////////////
 
 
@@ -113,5 +113,10 @@ class sm_globalsettings
     */
     public $DailyShopShowNum;
 
+    /**
+    * @var string   
+    */
+    public $GemQualName;
+
 }
 

+ 1 - 1
Gameserver/App/model/Const/sm_item.php

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2024-03-20 15:21:20
+ // 日期: 2024-04-10 16:44:20
 ////////////////////
 
 

+ 1 - 1
Gameserver/App/process/TaskProc.php

@@ -79,7 +79,7 @@ class TaskProc {
      * 初始化成就信息
      */
     public static function initAchieveData() {
-        $dic = GameConfig::achieve();
+        $dic = GameConfig::achieve_new();
         if($dic == null){
             return;
         }