From 1044d94e5c6ae6bd197864f854f5c29b4b7e8734 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期一, 24 二月 2025 11:53:50 +0800
Subject: [PATCH] 10337 【越南】【英语】【BT】【GM】【砍树】爬塔通关类的支持一键过关(战力不足时提示TaskFeedback4)

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerFB.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerFB.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerFB.py
index c9daacc..82e8b65 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerFB.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerFB.py
@@ -660,6 +660,7 @@
         if quickNeedFightPower and curFightPower < quickNeedFightPower:
             GameWorld.DebugLog("无法一键过关副本! 战力限制: mapID=%s,lineID=%s,bossID=%s,npcFightPower=%s,quickNeedFightPower=%s > %s" 
                                % (mapID, lineID, bossID, npcFightPower, quickNeedFightPower, curFightPower), playerID)
+            PlayerControl.NotifyCode(curPlayer, 'TaskFeedback4')
             return
         
     #增加副本进入次数

--
Gitblit v1.8.0