Kaynağa Gözat

引导bug修复

cyzhao 2 gün önce
ebeveyn
işleme
b783c872f4

+ 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-10 11:11:02
+ // 日期: 2025-06-11 12:03:29
 ////////////////////
 
 /**

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

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2025-06-10 11:13:18
+ // 日期: 2025-06-10 16:39:14
 ////////////////////
 
 

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

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2025-06-10 11:13:18
+ // 日期: 2025-06-10 16:39:14
 ////////////////////
 
 

+ 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 
- // 日期: 2025-06-10 11:05:58
+ // 日期: 2025-06-11 10:09:12
 ////////////////////
 
 

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

@@ -44,7 +44,7 @@ class sm_pet_egg
     public $perItemId;
 
     /**
-    * @var String 概率信息:稀有度,品阶,概率;  
+    * @var String 概率信息:稀有度,品阶,宠物类型,概率;  
     */
     public $per;
 
@@ -58,5 +58,10 @@ class sm_pet_egg
     */
     public $icon;
 
+    /**
+    * @var String 这个字段只针对103099  
+    */
+    public $fixed_output;
+
 }
 

+ 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-06-04 09:29:50
+ // 日期: 2025-06-10 11:55:12
 ////////////////////
 
 

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

@@ -140,7 +140,7 @@ class GuideProc {
         $tId = $mo->paras0;
 
         if ($tId == $taskId) {
-            ctx()->privateData(true)->funUnlockRecord_3[] = E_GuideTypeState::HeroChange_Guide;
+            ctx()->privateData(true)->funUnlockRecord_3[] = E_GuideTypeState::Pet_Guide;
         }
     }