From b52ff3e9760025c654b028351fe05b4e6c797d53 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期四, 11 十二月 2025 14:36:16 +0800
Subject: [PATCH] 129 【战斗】战斗系统-服务端(修复NPC等级不存在时导致取不到HeroID的bug)

---
 ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/Success.txt |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/Success.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/Success.txt
index d228684..361cc17 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/Success.txt
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/Success.txt
@@ -1,7 +1,7 @@
 ID	Type	NeedCnt	Condition	AwardItemList
-1	1	105		[[1,200],[3,50],[5,5]]
-2	1	205		[[1,200],[3,50],[5,5]]
-3	1	308		[[1,200],[3,50],[5,5]]
+1	1	105		[[1,200],[3,50]]
+2	1	205		[[1,200],[3,50]]
+3	1	308		[[1,200],[3,50]]
 4	1	410		[[1,200],[3,50],[5,5]]
 5	1	510		[[1,200],[3,50],[5,5]]
 6	1	610		[[1,200],[3,50],[5,5]]

--
Gitblit v1.8.0