diff Main.lua @ 470:1344393a8000

Added new spells to the NPC cast blacklist.
author Caleb Atherton <catherton@curse.com>
date Sun, 19 Jun 2016 20:47:42 -0400
parents fd48b8d72f13
children 1fc8da9b8cd8
line wrap: on
line diff
--- 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)