Skip to content

Commit

Permalink
Disabled outdated spells.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wetxius committed Jan 11, 2017
1 parent b1ed2c1 commit 14a1679
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ShestakUI/Config/Filters/ChannelingTicks.lua
Expand Up @@ -33,7 +33,7 @@ T.CastBarTicks = {
[SpellName(64843)] = 4, -- Divine Hymn
--BETA [SpellName(179338)] = 5, -- Searing Insanity
-- Warlock
[SpellName(689)] = 6, -- Drain Life
--BETA [SpellName(689)] = 6, -- Drain Life
[SpellName(198590)] = 6, -- Drain Soul
[SpellName(755)] = 6, -- Health Funnel
}
4 changes: 2 additions & 2 deletions ShestakUI/Config/Filters/CombatText.lua
Expand Up @@ -290,7 +290,7 @@ elseif T.class == "WARLOCK" then
T.aoespam[205246] = 3 -- Phantom Singularity
T.aoespam[80240] = 3 -- Havoc
T.aoespam[42223] = 3 -- Rain of Fire
T.aoespam[689] = 3 -- Drain Life
--BETA T.aoespam[689] = 3 -- Drain Life
T.aoespam[198590] = 3 -- Drain Soul
T.aoespam[86040] = 3 -- Hand of Gul'dan
T.aoespam[205181] = 3 -- Shadowflame
Expand All @@ -311,7 +311,7 @@ elseif T.class == "WARLOCK" then
end
if C.combattext.healing then
T.healfilter[63106] = true -- Siphon Life
T.healfilter[689] = true -- Drain Life
--BETA T.healfilter[689] = true -- Drain Life
T.healfilter[108359] = true -- Dark Regeneration
end
elseif T.class == "WARRIOR" then
Expand Down

0 comments on commit 14a1679

Please sign in to comment.