ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/KillScreenNPC.py
@@ -73,7 +73,12 @@ def __DoKillNPC(curPlayer, curNPC, tick): if not curNPC or curNPC.GetID() == 0 or GameObj.GetHP(curNPC) <= 0: return if NPCCommon.GetFaction(curNPC) == ChConfig.CampType_Justice: curFaction = curPlayer.GetFaction() npcFaction = NPCCommon.GetFaction(curNPC) if curFaction and npcFaction: if curFaction == npcFaction: return elif npcFaction == ChConfig.CampType_Justice: return if curNPC.GetCurAction() == IPY_GameWorld.laNPCDie: return