Skip to content

Commit

Permalink
update blacklist
Browse files Browse the repository at this point in the history
  • Loading branch information
funkydude committed Sep 14, 2016
1 parent f5f07b9 commit e4b53d8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions SpellBlacklist.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ tbl.blacklist = {
[53] = true, -- Backstab
[66] = true, -- Invisibility
[71] = true, -- Defensive Stance
[99] = true, -- Incapacitating Roar
[100] = true, -- Charge
[116] = true, -- Frostbolt
[120] = true, -- Cone of Cold
Expand Down Expand Up @@ -212,6 +213,7 @@ tbl.blacklist = {
[19574] = true, -- Bestial Wrath
[19577] = true, -- Intimidation
[19615] = true, -- Frenzy
[19647] = true, -- Spell Lock
[19705] = true, -- Well Fed
[19750] = true, -- Flash of Light
[20007] = true, -- Holy Strength
Expand Down Expand Up @@ -573,6 +575,7 @@ tbl.blacklist = {
[88625] = true, -- Holy Word: Chastise
[89751] = true, -- Felstorm
[89766] = true, -- Axe Toss
[89792] = true, -- Flee
[89808] = true, -- Singe Magic
[90328] = true, -- Spirit Walk
[90355] = true, -- Ancient Hysteria
Expand Down Expand Up @@ -1641,6 +1644,7 @@ tbl.blacklist = {
[196932] = true, -- Voodoo Totem
[196941] = true, -- Judgment of Light
[197030] = true, -- Divinity
[197161] = true, -- Mimiron's Shell
[197206] = true, -- Uplifting Trance
[197209] = true, -- Lightning Rod
[197211] = true, -- Fury of Air
Expand Down Expand Up @@ -1670,9 +1674,11 @@ tbl.blacklist = {
[198813] = true, -- Vengeful Retreat
[198838] = true, -- Earthen Shield Totem
[198924] = true, -- Quickening
[199281] = true, -- Compounding Horror
[199483] = true, -- Camouflage
[199600] = true, -- Buried Treasure
[199603] = true, -- Jolly Roger
[199646] = true, -- Wrath of Consumption
[199753] = true, -- Riposte
[199754] = true, -- Riposte
[199786] = true, -- Glacial Spike
Expand All @@ -1697,6 +1703,9 @@ tbl.blacklist = {
[200806] = true, -- Exsanguinate
[200829] = true, -- Plea
[200851] = true, -- Rage of the Sleeper
[200940] = true, -- Adaptive Fur
[200941] = true, -- Adaptive Fur
[200942] = true, -- Adaptive Fur
[200943] = true, -- Adaptive Fur
[200944] = true, -- Adaptive Fur
[200945] = true, -- Adaptive Fur
Expand Down Expand Up @@ -1905,6 +1914,8 @@ tbl.blacklist = {
[216411] = true, -- Divine Purpose
[216413] = true, -- Divine Purpose
[216457] = true, -- Shard Instability
[216695] = true, -- Tormented Souls
[216708] = true, -- Deadwind Harvester
[216974] = true, -- Necrosis
[217020] = true, -- Zeal
[217200] = true, -- Dire Frenzy
Expand Down Expand Up @@ -1933,6 +1944,7 @@ tbl.blacklist = {
[223934] = true, -- Wavering Allegiances
[223935] = true, -- Ally of Darkness
[224001] = true, -- Defiled Augmentation
[224060] = true, -- Devilsaur's Stampede
[224078] = true, -- Devilsaur Shock Leash
[224170] = true, -- Huntmaster's Infusion
[224574] = true, -- Dire Beast
Expand All @@ -1942,6 +1954,7 @@ tbl.blacklist = {
[224729] = true, -- Bursting Shot
[225080] = true, -- Reincarnation
[225597] = true, -- Well Fed
[225598] = true, -- Well Fed
[225798] = true, -- Extra Thick Mojo
[226757] = true, -- Conflagration
[226943] = true, -- Mind Bomb
Expand Down

0 comments on commit e4b53d8

Please sign in to comment.