cyzhao 1 年之前
父節點
當前提交
88ba285511

+ 19 - 1
Gameserver/App/configs/GameConfig.php

@@ -3,9 +3,11 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2023-09-12 17:11:11
+ // 日期: 2023-09-13 17:33:01
 ////////////////////
 
+namespace loyalsoft;
+
 /**
  * 常量配置数据 
  */
@@ -541,6 +543,22 @@ class GameConfig {
         return self::get_hash_item('plot', $gateId)->$stage;
     }
     /**
+    * buff配置表
+    * @return \buff
+    */
+    public static function buff()
+    { 
+        static $a = null; 
+        return self::initValue($a, 'buff');
+    }
+    /**
+    * @return \sm_buff buff item数据 
+    */
+    public static function buff_getItem($itemid)
+    { 
+        return self::get_hash_item('buff', $itemid);
+    }
+    /**
     * 当前版本(时间戳)
     * @return \ver
     */

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

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2023-09-12 17:11:11
+ // 日期: 2023-09-13 17:33:01
 ////////////////////
 
 /**
@@ -541,6 +541,22 @@ class GameConfig {
         return self::get_hash_item('plot', $gateId)->$stage;
     }
     /**
+    * buff配置表
+    * @return \buff
+    */
+    public static function buff()
+    { 
+        static $a = null; 
+        return self::initValue($a, 'buff');
+    }
+    /**
+    * @return \sm_buff buff item数据 
+    */
+    public static function buff_getItem($itemid)
+    { 
+        return self::get_hash_item('buff', $itemid);
+    }
+    /**
     * 当前版本(时间戳)
     * @return \ver
     */

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

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2023-09-07 17:04:51
+ // 日期: 2023-09-13 17:04:51
 ////////////////////
 
 
@@ -63,6 +63,11 @@ class globalsettings
     */
     public $FirstRechargePrice;
 
+    /**
+    * @var string 装备降品不同部位的通用道具  
+    */
+    public $EquipFallQualCommonItem;
+
     /**
     * @var string 【废弃】当前客户端版本号  
     */

+ 0 - 5
Gameserver/App/model/Const/sm_active_day7_accumulate.php

@@ -28,10 +28,5 @@ class sm_active_day7_accumulate
     */
     public $reward;
 
-    /**
-    * @var Int32 用途未知!!请到数据库中添加字段注释。  
-    */
-    public $num;
-
 }
 

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

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2023-09-12 15:51:58
+ // 日期: 2023-09-12 17:58:18
 ////////////////////
 
 
@@ -33,5 +33,10 @@ class sm_activity_day7
     */
     public $desc;
 
+    /**
+    * @var Int32 累加  
+    */
+    public $num;
+
 }