comparison Main.lua @ 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
comparison
equal deleted inserted replaced
473:063a09a99cb8 474:59c47f9f9c26
1684 [175077] = true, -- Fearsome Battle Standard (cast by Fearsome Battle Standard item) 1684 [175077] = true, -- Fearsome Battle Standard (cast by Fearsome Battle Standard item)
1685 [176813] = true, -- Itchy Spores (cast by Marsh Creatures in Ashran) 1685 [176813] = true, -- Itchy Spores (cast by Marsh Creatures in Ashran)
1686 [183901] = true, -- Stolen Strength (cast by Felblood NPCs in Tanaan Jungle) 1686 [183901] = true, -- Stolen Strength (cast by Felblood NPCs in Tanaan Jungle)
1687 [183904] = true, -- Stolen Speed (cast by Felblood NPCs in Tanaan Jungle) 1687 [183904] = true, -- Stolen Speed (cast by Felblood NPCs in Tanaan Jungle)
1688 [183907] = true, -- Stolen Fervor (cast by Felblood NPCs in Tanaan Jungle) 1688 [183907] = true, -- Stolen Fervor (cast by Felblood NPCs in Tanaan Jungle)
1689 [213738] = true, -- Taste of Blood (applied by Fate and Fortune, Combat Rogue Artifacts) 1689 [213738] = true, -- Taste of Blood (applied by Fate and Fortune, Combat Rogue artifacts)
1690 [215377] = true, -- The Maw Must Feed (applied by Maw of the Damned, Blood Death Knight artifact)
1690 [224762] = true, -- Leyline Rift (summoned by players with Leyline Mastery in Suramar) 1691 [224762] = true, -- Leyline Rift (summoned by players with Leyline Mastery in Suramar)
1692 [225832] = true, -- Nightglow Wisp (cast by players using Wisp in a Bottle toy)
1691 } 1693 }
1692 1694
1693 local function RecordNPCSpell(sub_event, source_guid, source_name, source_flags, dest_guid, dest_name, dest_flags, spell_id, spell_name) 1695 local function RecordNPCSpell(sub_event, source_guid, source_name, source_flags, dest_guid, dest_name, dest_flags, spell_id, spell_name)
1694 if not spell_id or BLACKLISTED_SPELLS[spell_id] then 1696 if not spell_id or BLACKLISTED_SPELLS[spell_id] then
1695 return 1697 return