changeset 474:59c47f9f9c26

Added new spells to the NPC spellcasting blacklist.
author Caleb Atherton <catherton@curse.com>
date Sat, 16 Jul 2016 01:33:25 -0400
parents 063a09a99cb8
children 78147d7517fd
files Main.lua
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Main.lua	Sat Jul 16 01:17:23 2016 -0400
+++ b/Main.lua	Sat Jul 16 01:33:25 2016 -0400
@@ -1686,8 +1686,10 @@
         [183901] = true, -- Stolen Strength (cast by Felblood NPCs in Tanaan Jungle)
         [183904] = true, -- Stolen Speed (cast by Felblood NPCs in Tanaan Jungle)
         [183907] = true, -- Stolen Fervor (cast by Felblood NPCs in Tanaan Jungle)
-        [213738] = true, -- Taste of Blood (applied by Fate and Fortune, Combat Rogue Artifacts)
+        [213738] = true, -- Taste of Blood (applied by Fate and Fortune, Combat Rogue artifacts)
+        [215377] = true, -- The Maw Must Feed (applied by Maw of the Damned, Blood Death Knight artifact)
         [224762] = true, -- Leyline Rift (summoned by players with Leyline Mastery in Suramar)
+        [225832] = true, -- Nightglow Wisp (cast by players using Wisp in a Bottle toy)
     }
 
     local function RecordNPCSpell(sub_event, source_guid, source_name, source_flags, dest_guid, dest_name, dest_flags, spell_id, spell_name)