# HG changeset patch # User Caleb Atherton # Date 1468647205 14400 # Node ID 59c47f9f9c26fa04595334ee4b2d0aa847ee95c0 # Parent 063a09a99cb8458349b0d47f990223e0dbd625cd Added new spells to the NPC spellcasting blacklist. diff -r 063a09a99cb8 -r 59c47f9f9c26 Main.lua --- 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)