From 960534606fe676a61e63913da5a2e68c50b63dd8 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期日, 09 十月 2022 16:27:00 +0800
Subject: [PATCH] 9687 【后端】【越南】【主干】【BT7】野外根据境界动态刷怪(取NPC怪物等级逻辑优化)

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventShell.py |    2 +-
 1 files changed, 1 insertions(+), 1 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 fcfd00c..b13c1f9 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventShell.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventShell.py
@@ -670,7 +670,7 @@
         return
     
     #得到NPC的TypeID
-    npcLV = curNPC.GetLV()     
+    npcLV = NPCCommon.GetNPCLV(curNPC)    
     
     #运行on_kill_by_lv目录下的[NPCTypeID].xml文件
     #QuestRunner.SetKillNPC(curNPC)

--
Gitblit v1.8.0