Sfoglia il codice sorgente

刷表: globalsettings分裂一个glc2表

wanggangzero 5 mesi fa
parent
commit
00404c2951

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

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2024-12-16 16:22:58
+ // 日期: 2024-12-17 10:06:26
 ////////////////////
 
 /**
@@ -1037,6 +1037,15 @@ class GameConfig {
         return self::get_hash_item('activity_day7sign_newplayer', $itemid);
     }
     /**
+    * 全局参数2
+    * @return \glc2
+    */
+    public static function glc2()
+    { 
+        static $a = null; 
+        return self::initValue($a, 'glc2');
+    }
+    /**
     * 当前版本(时间戳)
     * @return \ver
     */

+ 32 - 0
Gameserver/App/model/Const/sm_glc2.php

@@ -0,0 +1,32 @@
+<?php
+////////////////////
+ // 由CodeGenerator创建。
+ // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
+ // author: gwang 
+ // 日期: 2024-12-17 09:33:54
+////////////////////
+
+
+/**
+ * Static Model glc2 全局参数2
+ */
+class sm_glc2
+{
+
+    /**
+    * @var Int32 免费抽奖次数  
+    */
+    public $activity_lottery_FreeNum;
+
+    /**
+    * @var Int32 仙树抽奖广告  
+    */
+    public $activity_lottery_GuanggaoNum;
+
+    /**
+    * @var Int32 仙树抽奖倒计时时间  
+    */
+    public $activity_lottery_GuanggaoDownTs;
+
+}
+

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

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2024-12-16 16:05:32
+ // 日期: 2024-12-17 09:33:54
 ////////////////////
 
 
@@ -108,11 +108,6 @@ class sm_globalsettings
     */
     public $DailyShopRefreshCostGold;
 
-    /**
-    * @var Int32 免费抽奖次数  
-    */
-    public $activity_lottery_FreeNum;
-
     /**
     * @var String 宝石品阶  
     */
@@ -328,20 +323,10 @@ class sm_globalsettings
     */
     public $equipQual_NotDownGrading;
 
-    /**
-    * @var Int32 仙树抽奖广告  
-    */
-    public $activity_lottery_GuanggaoNum;
-
     /**
     * @var Int32 战力公式: 攻击力系数  
     */
     public $fightPower_MulAtk;
 
-    /**
-    * @var Int32 仙树抽奖倒计时时间  
-    */
-    public $activity_lottery_GuanggaoDownTs;
-
 }
 

+ 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-12-16 10:05:55
+ // 日期: 2024-12-17 09:44:23
 ////////////////////
 
 

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

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2024-12-16 12:00:22
+ // 日期: 2024-12-17 09:41:22
 ////////////////////
 
 

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

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2024-12-16 12:00:22
+ // 日期: 2024-12-17 09:41:22
 ////////////////////