# HG changeset patch # User Caleb Atherton # Date 1466383662 14400 # Node ID 1344393a8000217dbc603bb80240f1426ea1545d # Parent fd48b8d72f13b556523f1d84b6fc54e11e92d813 Added new spells to the NPC cast blacklist. diff -r fd48b8d72f13 -r 1344393a8000 Main.lua --- a/Main.lua Sun Jun 19 20:47:11 2016 -0400 +++ b/Main.lua Sun Jun 19 20:47:42 2016 -0400 @@ -1682,6 +1682,8 @@ [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) + [224762] = true, -- Leyline Rift (summoned by players with Leyline Mastery in Suramar) } local function RecordNPCSpell(sub_event, source_guid, source_name, source_flags, dest_guid, dest_name, dest_flags, spell_id, spell_name)