From 1536e16274a12337ba7f15f0469fcaf29d1e6abd Mon Sep 17 00:00:00 2001 From: Tercio Jose Date: Tue, 26 Oct 2021 19:51:07 -0300 Subject: [PATCH] Ignoring some npcs on plaguefall --- core/parser.lua | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/core/parser.lua b/core/parser.lua index 0a81d264..1b97d919 100755 --- a/core/parser.lua +++ b/core/parser.lua @@ -266,10 +266,14 @@ --the other side [170147] = true, --volatile memory - --fantasmas de quando mata mob na wing de zul'gurub - - + [170483] = true, --zul'gurub phantoms (they are already immune to damage) + --plaguefall + [168365] = true, --fungret shroomtender + [168968] = true, --plaguebound fallen (at the start of the dungeon) + --[169265] = true, --creepy crawler (summoned by decaying flesh giant) + --[168747] = true, --venomfang (summon) + --[168837] = true, --stealthlings (summon) } --> ignore soul link (damage from the warlock on his pet - current to demonology only)