comparison 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
comparison
equal deleted inserted replaced
469:fd48b8d72f13 470:1344393a8000
1680 [175077] = true, -- Fearsome Battle Standard (cast by Fearsome Battle Standard item) 1680 [175077] = true, -- Fearsome Battle Standard (cast by Fearsome Battle Standard item)
1681 [176813] = true, -- Itchy Spores (cast by Marsh Creatures in Ashran) 1681 [176813] = true, -- Itchy Spores (cast by Marsh Creatures in Ashran)
1682 [183901] = true, -- Stolen Strength (cast by Felblood NPCs in Tanaan Jungle) 1682 [183901] = true, -- Stolen Strength (cast by Felblood NPCs in Tanaan Jungle)
1683 [183904] = true, -- Stolen Speed (cast by Felblood NPCs in Tanaan Jungle) 1683 [183904] = true, -- Stolen Speed (cast by Felblood NPCs in Tanaan Jungle)
1684 [183907] = true, -- Stolen Fervor (cast by Felblood NPCs in Tanaan Jungle) 1684 [183907] = true, -- Stolen Fervor (cast by Felblood NPCs in Tanaan Jungle)
1685 [213738] = true, -- Taste of Blood (applied by Fate and Fortune, Combat Rogue Artifacts)
1686 [224762] = true, -- Leyline Rift (summoned by players with Leyline Mastery in Suramar)
1685 } 1687 }
1686 1688
1687 local function RecordNPCSpell(sub_event, source_guid, source_name, source_flags, dest_guid, dest_name, dest_flags, spell_id, spell_name) 1689 local function RecordNPCSpell(sub_event, source_guid, source_name, source_flags, dest_guid, dest_name, dest_flags, spell_id, spell_name)
1688 if not spell_id or BLACKLISTED_SPELLS[spell_id] then 1690 if not spell_id or BLACKLISTED_SPELLS[spell_id] then
1689 return 1691 return