cyzhao il y a 9 mois
Parent
commit
21a6921ad1

+ 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-08-13 13:55:57
+ // 日期: 2024-08-13 15:07:22
 ////////////////////
 
 /**

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

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2024-08-06 10:28:15
+ // 日期: 2024-08-13 11:32:57
 ////////////////////
 
 
@@ -43,7 +43,7 @@ class sm_activeTask
     *  204: 通过挑战副本X层,参数1:无,参数2:挑战层数(数值)
     *  205: 通关竞速副本X次;参数1:无;参数2:参与次数(数值)
     *  206: 进入第X关;参数1:关卡ID;参数2:进入次数
-    *  207: 通关主线挑战第X关的X模式1次;参数1:关卡ID;参数2:难度(1普通,2困难,3噩梦)
+    *  207: 通关主线挑战第X关的X模式X次;参数1:关卡ID和难度(1普通,2困难,3噩梦),逗号分隔。;参数2:次数
     *  208: 领取排行榜元宝奖励X次;参数1:无;参数2:次数(数值)
     *  209: 玩家等级到达X级;参数1:无;参数2:等级(数值)
     *  301: 完成X次启灵;参数1:无;参数2:次数(数值)
@@ -117,7 +117,7 @@ class sm_activeTask
     public $gotoType;
 
     /**
-    * @var Int32 主线下一个任务id  
+    * @var Int32 主线下一个任务id default(0) 
     */
     public $next;
 

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

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2024-08-06 10:28:15
+ // 日期: 2024-08-13 11:32:57
 ////////////////////
 
 
@@ -43,7 +43,7 @@ class sm_activeTask_type
     *  204: 通过挑战副本X层,参数1:无,参数2:挑战层数(数值)
     *  205: 通关竞速副本X次;参数1:无;参数2:参与次数(数值)
     *  206: 进入第X关;参数1:关卡ID;参数2:进入次数
-    *  207: 通关主线挑战第X关的X模式1次;参数1:关卡ID;参数2:难度(1普通,2困难,3噩梦)
+    *  207: 通关主线挑战第X关的X模式X次;参数1:关卡ID和难度(1普通,2困难,3噩梦),逗号分隔。;参数2:次数
     *  208: 领取排行榜元宝奖励X次;参数1:无;参数2:次数(数值)
     *  209: 玩家等级到达X级;参数1:无;参数2:等级(数值)
     *  301: 完成X次启灵;参数1:无;参数2:次数(数值)
@@ -117,7 +117,7 @@ class sm_activeTask_type
     public $gotoType;
 
     /**
-    * @var Int32 主线下一个任务id  
+    * @var Int32 主线下一个任务id default(0) 
     */
     public $next;
 

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

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2024-08-06 11:05:48
+ // 日期: 2024-08-08 17:28:50
 ////////////////////
 
 

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

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2024-07-30 16:35:48
+ // 日期: 2024-08-12 15:50:45
 ////////////////////
 
 

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

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2024-07-31 15:25:56
+ // 日期: 2024-08-13 12:05:49
 ////////////////////
 
 

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

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2024-08-07 10:05:48
+ // 日期: 2024-08-13 11:35:49
 ////////////////////
 
 

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

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2024-08-07 10:05:48
+ // 日期: 2024-08-13 11:35:49
 ////////////////////
 
 

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

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2024-08-07 09:51:04
+ // 日期: 2024-08-13 14:03:43
 ////////////////////
 
 

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

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2024-08-06 18:05:48
+ // 日期: 2024-08-13 11:03:31
 ////////////////////
 
 

+ 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-08-08 12:05:48
+ // 日期: 2024-08-13 12:05:49
 ////////////////////
 
 

+ 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-08-08 12:05:48
+ // 日期: 2024-08-13 12:05:49
 ////////////////////
 
 

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

@@ -90,7 +90,7 @@ class FightProc {
         TaskProc::OnKillCommonNumMonster($killMonsterNum);
         TaskProc::OnKillleaderNumMonster($killBossNum);
         UserProc::updateUserInfo();
-        return Resp::ok();
+        return Resp::ok(array("task"=> ctx()->task,));
     }
 
     /**