From b3ae76c9382cd62137f0a860fc64bfd3fd0976d7 Mon Sep 17 00:00:00 2001 From: Flamanis Date: Wed, 15 Feb 2023 19:06:17 -0600 Subject: [PATCH] Default ignore all Fodder to the Flame npcs --- core/parser.lua | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/core/parser.lua b/core/parser.lua index 9f1bf964..501f3df8 100755 --- a/core/parser.lua +++ b/core/parser.lua @@ -345,7 +345,14 @@ --list of ignored npcs by the user _detalhes.default_ignored_npcs = { - --empty! + --DH Havoc Talent Fodder to the Flame + [169421] = true, + [169425] = true, + [168932] = true, + [169426] = true, + [169429] = true, + [169428] = true, + [169430] = true, } local ignored_npcids = {}