Browse Source

领取探索奖励后去掉派遣宠物

cyzhao 4 days ago
parent
commit
a6d9a959c6

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

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2025-06-03 09:53:33
+ // 日期: 2025-06-04 09:33:36
 ////////////////////
 
 /**

+ 11 - 1
Gameserver/App/model/Const/sm_pet_area.php

@@ -33,6 +33,11 @@ class sm_pet_area
     */
     public $level;
 
+    /**
+    * @var Int32 区域产生数量是否固定范围 default(0) 
+    */
+    public $isFixedRange;
+
     /**
     * @var Int32 一个小时产出个数 default(0) 
     */
@@ -69,7 +74,12 @@ class sm_pet_area
     public $unlockArea_gold;
 
     /**
-    * @var String 额外字段  
+    * @var String 用途未知!!请到数据库中添加字段注释。  
+    */
+    public $icon;
+
+    /**
+    * @var String 用途未知!!请到数据库中添加字段注释。  
     */
     public $etc;
 

+ 11 - 1
Gameserver/App/model/Const/sm_pet_area_level.php

@@ -33,6 +33,11 @@ class sm_pet_area_level
     */
     public $level;
 
+    /**
+    * @var Int32 区域产生数量是否固定范围 default(0) 
+    */
+    public $isFixedRange;
+
     /**
     * @var Int32 一个小时产出个数 default(0) 
     */
@@ -69,7 +74,12 @@ class sm_pet_area_level
     public $unlockArea_gold;
 
     /**
-    * @var String 额外字段  
+    * @var String 用途未知!!请到数据库中添加字段注释。  
+    */
+    public $icon;
+
+    /**
+    * @var String 用途未知!!请到数据库中添加字段注释。  
     */
     public $etc;
 

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

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2025-05-27 11:13:30
+ // 日期: 2025-06-04 09:29:50
 ////////////////////
 
 

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

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2025-05-14 11:07:59
+ // 日期: 2025-06-03 17:14:46
 ////////////////////
 
 

+ 1 - 0
Gameserver/App/process/PetProc.php

@@ -300,6 +300,7 @@ class PetProc {
         $vo->endTs = 0;
         $vo->output_count = 0;
         $vo->output_ts = 0;
+        $vo->explorePetList = array();
 
         ctx()->store->exploreArea->$areaId = $vo;