Mercurial > wow > wowdb-profiler
comparison Main.lua @ 499:b177416f7888 7.0.3-6
Blacklisted the spell Arcane Invigoration.
author | MMOSimca <mmosimca@gmail.com> |
---|---|
date | Thu, 13 Oct 2016 10:22:30 -0400 |
parents | c8a8231c2336 |
children | f64b4ed77b77 |
comparison
equal
deleted
inserted
replaced
498:7fabca4270d5 | 499:b177416f7888 |
---|---|
1842 [195810] = true, -- Feeling Moonkin (applied by Moonfeather Statue; third stage buff) | 1842 [195810] = true, -- Feeling Moonkin (applied by Moonfeather Statue; third stage buff) |
1843 [195816] = true, -- Owlvercome wth the Fever (applied by Moonfeather Statue; final stage buff) | 1843 [195816] = true, -- Owlvercome wth the Fever (applied by Moonfeather Statue; final stage buff) |
1844 [213738] = true, -- Taste of Blood (applied by Fate and Fortune, Combat Rogue artifacts) | 1844 [213738] = true, -- Taste of Blood (applied by Fate and Fortune, Combat Rogue artifacts) |
1845 [213877] = true, -- Vampiric Aura (used by Nathrezim Invasion bosses and transformed players) | 1845 [213877] = true, -- Vampiric Aura (used by Nathrezim Invasion bosses and transformed players) |
1846 [215377] = true, -- The Maw Must Feed (applied by Maw of the Damned, Blood Death Knight artifact) | 1846 [215377] = true, -- The Maw Must Feed (applied by Maw of the Damned, Blood Death Knight artifact) |
1847 [218136] = true, -- Arcane Invigoration (cast by Duskwatch Rune Scribes in The Arcway) | |
1847 [224762] = true, -- Leyline Rift (summoned by players with Leyline Mastery in Suramar) | 1848 [224762] = true, -- Leyline Rift (summoned by players with Leyline Mastery in Suramar) |
1848 [225832] = true, -- Nightglow Wisp (cast by players using Wisp in a Bottle toy) | 1849 [225832] = true, -- Nightglow Wisp (cast by players using Wisp in a Bottle toy) |
1849 } | 1850 } |
1850 | 1851 |
1851 local function RecordNPCSpell(sub_event, source_guid, source_name, source_flags, dest_guid, dest_name, dest_flags, spell_id, spell_name) | 1852 local function RecordNPCSpell(sub_event, source_guid, source_name, source_flags, dest_guid, dest_name, dest_flags, spell_id, spell_name) |