From e5a52d63b822c0c8624ef45a05a3656fae22d303 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期二, 08 十二月 2020 18:54:10 +0800 Subject: [PATCH] 8605 【港台】【BT】【长尾】【后端】新增限时集字活动 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/NPC/NPCCommon.py | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/NPC/NPCCommon.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/NPC/NPCCommon.py index 023265f..4a407f6 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/NPC/NPCCommon.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/NPC/NPCCommon.py @@ -50,6 +50,7 @@ import FormulaControl import PlayerBossReborn import PlayerFairyCeremony +import PlayerActCollectWords import PlayerNewFairyCeremony import GameLogic_CrossGrassland import PlayerWeekParty @@ -4217,6 +4218,7 @@ if not dropPlayer: return curNPC = self.__Instance + PlayerActCollectWords.OnKillNPCDrop(dropPlayer, curNPC) if curNPC.GetType() in [ChConfig.ntPriWoodPilePVE, ChConfig.ntPriWoodPilePVP]: GameWorld.DebugLog("木桩怪,不掉落物品!") return -- Gitblit v1.8.0