From 55087de3bae054c1769404ddff82aa58fa2fa04a Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期三, 19 二月 2025 16:52:14 +0800
Subject: [PATCH] 10398 【越南】【英语】【BT】【砍树】【GM】2月17-21版本更新(跑环任务最后奖励增加通用获得奖励通知)

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventShell.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventShell.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventShell.py
index a725fce..c75c7ee 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventShell.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventShell.py
@@ -5032,7 +5032,7 @@
     EventRespons_OnBuyDayMissionSum(curPlayer, buyNum)
     return
 
-## A2 15 领取环任务每轮奖励#tagCMGetRunTaskEndAward
+#// A2 21 领取跑环每轮结束奖励 #tagCMGetRunTaskEndAward
 #  @param index 索引
 #  @param clientData 封包结构体
 #  @param tick 时间戳
@@ -5099,7 +5099,7 @@
     
     #通知客户端
     NotifyRunEndAward(curPlayer, taskType)
-
+    ItemControler.NotifyGiveAwardInfo(curPlayer, itemList, "RunTaskEndAward", giveExp, {moneyType:moneyNum})
     
     #删除领取奖励的任务 (改由任务脚本触发下一环)
     EventRespons_GetLastRunTaskAward(curPlayer, taskType)

--
Gitblit v1.8.0