comparison Main.lua @ 493:83fcf3250d35

Added a blank line so that the packager thinks this is a real commit and hopefully doesn't screw up royally this time.
author MMOSimca <mmosimca@gmail.com>
date Fri, 23 Sep 2016 15:20:20 -0400
parents 95e0a5b04d52
children 1d1bbcad6563
comparison
equal deleted inserted replaced
492:5f20a696cecf 493:83fcf3250d35
1779 [213738] = true, -- Taste of Blood (applied by Fate and Fortune, Combat Rogue artifacts) 1779 [213738] = true, -- Taste of Blood (applied by Fate and Fortune, Combat Rogue artifacts)
1780 [213877] = true, -- Vampiric Aura (used by Nathrezim Invasion bosses and transformed players) 1780 [213877] = true, -- Vampiric Aura (used by Nathrezim Invasion bosses and transformed players)
1781 [215377] = true, -- The Maw Must Feed (applied by Maw of the Damned, Blood Death Knight artifact) 1781 [215377] = true, -- The Maw Must Feed (applied by Maw of the Damned, Blood Death Knight artifact)
1782 [224762] = true, -- Leyline Rift (summoned by players with Leyline Mastery in Suramar) 1782 [224762] = true, -- Leyline Rift (summoned by players with Leyline Mastery in Suramar)
1783 [225832] = true, -- Nightglow Wisp (cast by players using Wisp in a Bottle toy) 1783 [225832] = true, -- Nightglow Wisp (cast by players using Wisp in a Bottle toy)
1784
1784 } 1785 }
1785 1786
1786 local function RecordNPCSpell(sub_event, source_guid, source_name, source_flags, dest_guid, dest_name, dest_flags, spell_id, spell_name) 1787 local function RecordNPCSpell(sub_event, source_guid, source_name, source_flags, dest_guid, dest_name, dest_flags, spell_id, spell_name)
1787 if not spell_id or BLACKLISTED_SPELLS[spell_id] then 1788 if not spell_id or BLACKLISTED_SPELLS[spell_id] then
1788 return 1789 return