diff --git a/Modules/PlayerSpellBlocklist.lua b/Modules/PlayerSpellBlocklist.lua index b0eb838..47d7729 100644 --- a/Modules/PlayerSpellBlocklist.lua +++ b/Modules/PlayerSpellBlocklist.lua @@ -235,6 +235,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [17735] = true, -- Suffering [17767] = true, -- Shadow Bulwark [17877] = true, -- Shadowburn + [17941] = true, -- Agony [17962] = true, -- Conflagrate [18499] = true, -- Berserker Rage [18562] = true, -- Swiftmend @@ -286,6 +287,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [26297] = true, -- Berserking [26573] = true, -- Consecration [27243] = true, -- Seed of Corruption + [27285] = true, -- Seed of Corruption [27576] = true, -- Mutilate [27616] = true, -- Extra-Dimensional Ghost Revealer [27827] = true, -- Spirit of Redemption @@ -326,6 +328,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [32606] = true, -- Mining [32612] = true, -- Invisibility [32645] = true, -- Envenom + [32747] = true, -- Arcane Torrent [32752] = true, -- Summoning Disorientation [33076] = true, -- Prayer of Mending [33110] = true, -- Prayer of Mending @@ -487,6 +490,8 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [57723] = true, -- Exhaustion [57724] = true, -- Sated [57755] = true, -- Heroic Throw + [57841] = true, -- Killing Spree + [57842] = true, -- Killing Spree [57934] = true, -- Tricks of the Trade [57984] = true, -- Fire Blast [57994] = true, -- Wind Shear @@ -512,6 +517,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [60234] = true, -- Intellect [60302] = true, -- Meteorite Whetstone [60521] = true, -- Winged Talisman + [61243] = true, -- Parachute [61295] = true, -- Riptide [61336] = true, -- Survival Instincts [61391] = true, -- Typhoon @@ -681,6 +687,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [100780] = true, -- Tiger Palm [100784] = true, -- Blackout Kick [101033] = true, -- Resurgence + [101186] = true, -- Leyara's Locket [101285] = true, -- Summon the Black Brewmaiden [101545] = true, -- Flying Serpent Kick [101546] = true, -- Spinning Crane Kick @@ -751,6 +758,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [109964] = true, -- Spirit Shell [110168] = true, -- Bitter Brew [110744] = true, -- Divine Star + [110745] = true, -- Divine Star [110909] = true, -- Alter Time [110959] = true, -- Greater Invisibility [110960] = true, -- Greater Invisibility @@ -795,7 +803,9 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [114255] = true, -- Surge of Light [114282] = true, -- Treant Form [114404] = true, -- Void Tendril's Grasp + [114738] = true, -- Lava Beam Overload [114852] = true, -- Holy Prism + [114871] = true, -- Holy Prism [114908] = true, -- Spirit Shell [114911] = true, -- Ancestral Guidance [114919] = true, -- Light's Hammer @@ -909,6 +919,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [121557] = true, -- Angelic Feather [121838] = true, -- Ruby Panther [122121] = true, -- Divine Star + [122128] = true, -- Divine Star [122278] = true, -- Dampen Harm [122281] = true, -- Healing Elixir [122470] = true, -- Touch of Karma @@ -961,6 +972,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [127967] = true, -- Drunken Evasiveness [128594] = true, -- Exhilaration [129250] = true, -- Power Word: Solace + [129253] = true, -- Power Word: Solace [129914] = true, -- Power Strikes [130654] = true, -- Chi Burst [131347] = true, -- Glide @@ -994,6 +1006,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [138121] = true, -- Storm, Earth, and Fire [138123] = true, -- Storm, Earth, and Fire [138130] = true, -- Storm, Earth, and Fire + [138248] = true, -- Holy Power [138927] = true, -- Burning Essence [139546] = true, -- Combo Point [142073] = true, -- Hearthsteed @@ -1028,6 +1041,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [152280] = true, -- Defile [153561] = true, -- Meteor [153595] = true, -- Comet Storm + [153596] = true, -- Comet Storm [153626] = true, -- Arcane Orb [153640] = true, -- Arcane Orb [154796] = true, -- Touch of Elune - Day @@ -1301,6 +1315,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [195901] = true, -- Adapted [195975] = true, -- Glacial Advance [196099] = true, -- Grimoire of Sacrifice + [196100] = true, -- Grimoire of Sacrifice [196277] = true, -- Implosion [196278] = true, -- Implosion [196361] = true, -- Bloodworm @@ -1324,6 +1339,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [196809] = true, -- Healing Light [196810] = true, -- Dazzling Lights [196811] = true, -- Searing Light + [196812] = true, -- Light Eruption [196813] = true, -- Blessed Light [196816] = true, -- Tranquil Light [196819] = true, -- Eviscerate @@ -1375,6 +1391,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [198222] = true, -- System Shock [198300] = true, -- Converging Storms [198304] = true, -- Intercept + [198455] = true, -- Spirit Bomb [198486] = true, -- Alpha Wolf [198487] = true, -- Zen Pulse [198533] = true, -- Soothing Mist @@ -1401,6 +1418,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [199552] = true, -- Blade Dance [199558] = true, -- Disengage End [199579] = true, -- Hallucinations + [199581] = true, -- Soul Flame [199600] = true, -- Buried Treasure [199603] = true, -- Skull and Crossbones [199658] = true, -- Whirlwind @@ -1433,6 +1451,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [200758] = true, -- Gloomblade [200806] = true, -- Exsanguinate [200851] = true, -- Rage of the Sleeper + [201098] = true, -- Infinite Timereaver [201332] = true, -- Well Fed [201334] = true, -- Well Fed [201363] = true, -- Rampage @@ -1443,6 +1462,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [201453] = true, -- Metamorphosis [201594] = true, -- Stampede [201633] = true, -- Earthen Wall + [201657] = true, -- Earthen Wall [201671] = true, -- Gory Fur [201695] = true, -- Well Fed [201754] = true, -- Stomp @@ -1623,6 +1643,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [210714] = true, -- Icefury [210738] = true, -- Heartbreaker [210764] = true, -- Rune Strike + [210803] = true, -- Spirit of the Crane [210824] = true, -- Touch of the Magi [210833] = true, -- Touch of the Magi [211210] = true, -- Protection of Tyr @@ -1634,6 +1655,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [211947] = true, -- Dark Empowerment [212036] = true, -- Mass Resurrection [212040] = true, -- Revitalize + [212048] = true, -- Ancestral Vision [212051] = true, -- Reawaken [212084] = true, -- Fel Devastation [212105] = true, -- Fel Devastation @@ -1642,6 +1664,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [212283] = true, -- Symbols of Death [212295] = true, -- Nether Ward [212382] = true, -- Dire Beast + [212396] = true, -- Dire Beast [212423] = true, -- Skulker Shot [212431] = true, -- Explosive Shot [212436] = true, -- Butchery @@ -1698,6 +1721,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [215405] = true, -- Rancid Maw [215479] = true, -- Shuffle [215572] = true, -- Frothing Berserker + [215632] = true, -- Focused Lightning [215661] = true, -- Justicar's Vengeance [215785] = true, -- Hot Hand [215802] = true, -- Feral Lunge @@ -1709,6 +1733,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [216331] = true, -- Avenging Crusader [216343] = true, -- Well Fed [216347] = true, -- Rack of Ribs + [216371] = true, -- Avenging Crusader [216431] = true, -- "Third Wind" [216441] = true, -- Surface Tension [216468] = true, -- Saltwater Potion @@ -1721,10 +1746,12 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [217597] = true, -- Mystical Frosh Hat [217694] = true, -- Living Bomb [217832] = true, -- Imprison + [217891] = true, -- Lava Beam [217979] = true, -- Health Funnel [218100] = true, -- Defile [218164] = true, -- Detox [218558] = true, -- Chain Lightning Overload + [218559] = true, -- Lava Beam Overload [219199] = true, -- Dire Beast [219271] = true, -- Icefury Overload [219432] = true, -- Rage of the Sleeper @@ -2089,6 +2116,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [267611] = true, -- Righteous Verdict [267612] = true, -- Gale-Force Striking [267685] = true, -- Torrent of Elements + [267964] = true, -- Soul Strike [267971] = true, -- Demonic Consumption [267972] = true, -- Demonic Consumption [267986] = true, -- Summon Prince Malchezaar @@ -2104,6 +2132,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [267999] = true, -- Headbutt [268001] = true, -- Summon Ur'zul [268062] = true, -- Lingering Spore Pods + [268068] = true, -- Lingering Spore Pods [268194] = true, -- Choking Brine [268311] = true, -- Galecaller's Boon [268314] = true, -- Galecaller's Boon @@ -2173,6 +2202,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [270339] = true, -- Shrapnel Bomb [270343] = true, -- Internal Bleeding [270481] = true, -- Demonfire + [270557] = true, -- Soul Strike [270564] = true, -- Summon Dawnforge Ram [270569] = true, -- The Houndmaster's Stratagem [270576] = true, -- Gemhide @@ -2327,6 +2357,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [274774] = true, -- Strength of Spirit [274837] = true, -- Feral Frenzy [274838] = true, -- Feral Frenzy + [274912] = true, -- Rising Mist [275006] = true, -- Evocation [275335] = true, -- Punish [275351] = true, -- Rigid Carapace @@ -2467,6 +2498,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [278543] = true, -- Eternal Rune Weapon [278574] = true, -- Judicious Defense [278704] = true, -- Abyssal Surge + [278708] = true, -- Lingering Spore Pods [278710] = true, -- Swift Roundhouse [278714] = true, -- Abhorrent Constitution [278736] = true, -- Thirsting Blades @@ -2606,6 +2638,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [281400] = true, -- Portal: Boralus [281413] = true, -- Swift Landing [281439] = true, -- Crushing Dread + [281465] = true, -- Avenging Crusader [281517] = true, -- Unstable Catalyst [281543] = true, -- Process Improvement [281545] = true, -- Landoi's Scrutiny @@ -2896,6 +2929,8 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [304660] = true, -- Brightspine Shell [304665] = true, -- Voltscale Shield [304971] = true, -- Divine Toll + [305483] = true, -- Lightning Lasso + [305484] = true, -- Lightning Lasso [306146] = true, -- Surging Flood [306229] = true, -- Dire Beast [306242] = true, -- Subroutine: Optimization @@ -3154,6 +3189,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [324463] = true, -- Gristled Toes [324519] = true, -- Vesper Totem [324536] = true, -- Malefic Rapture + [324540] = true, -- Malefic Rapture [324631] = true, -- Fleshcraft [324701] = true, -- Flicker [324724] = true, -- Unholy Nova @@ -3325,6 +3361,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [333961] = true, -- Bron's Call to Action [333964] = true, -- Crash Lightning [333974] = true, -- Fire Nova + [333977] = true, -- Fire Nova [334058] = true, -- Putrid Burst [334067] = true, -- Mentorship [334168] = true, -- Lashing Flames @@ -3574,6 +3611,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [343399] = true, -- Heart of a Gargoyle [343527] = true, -- Execution Sentence [343594] = true, -- Wild Hunt Tactics + [343618] = true, -- Bestow Faith [343626] = true, -- Ancient Aftershock [343648] = true, -- Solstice [343672] = true, -- Conqueror's Frenzy @@ -3582,12 +3620,14 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [343727] = true, -- Power Leech [343737] = true, -- Soothing Breath [343758] = true, -- Apocalypse + [343819] = true, -- Gust of Mists [343820] = true, -- Invoke Chi-Ji, the Red Crane [344006] = true, -- Essence Font [344021] = true, -- Keefer's Skyreach [344067] = true, -- Expurgation [344118] = true, -- Synaptic Feedback [344120] = true, -- Chimaera Shot + [344121] = true, -- Chimaera Shot [344154] = true, -- Gluttonous Spike [344179] = true, -- Maelstrom Weapon [344225] = true, -- Consumptive Infusion @@ -3596,6 +3636,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [344231] = true, -- Sanguine Vintage [344239] = true, -- Soothing Mist [344244] = true, -- Manabound Mirror + [344348] = true, -- Sonic Screech [344351] = true, -- Spirit Pulse [344361] = true, -- Touch of Death [344384] = true, -- Huntsman's Bond @@ -3697,6 +3738,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [355338] = true, -- Black Tie Affair [355339] = true, -- Black Tie Affair [355520] = true, -- Black Tie Affair + [355689] = true, -- Landslide [355851] = true, -- Blaze of Light [355913] = true, -- Emerald Blossom [355916] = true, -- Emerald Blossom @@ -3716,12 +3758,14 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [357323] = true, -- Isolated Prey [357972] = true, -- Adaptive Armor Fragment [358267] = true, -- Hover + [358385] = true, -- Landslide [358733] = true, -- Glide [358734] = true, -- Glide [359073] = true, -- Eternity Surge [359077] = true, -- Eternity Surge [359618] = true, -- Essence Burst [359816] = true, -- Dream Flight + [359844] = true, -- Call of the Wild [360022] = true, -- Chosen Identity [360184] = true, -- Sparkle Wings [360194] = true, -- Deathmark @@ -3736,11 +3780,13 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [361029] = true, -- Time Dilation [361049] = true, -- Bleeding Gash [361195] = true, -- Verdant Embrace + [361227] = true, -- Return [361237] = true, -- Orbital Strike [361361] = true, -- Fluttering Seedlings [361469] = true, -- Living Flame [361500] = true, -- Living Flame [361509] = true, -- Living Flame + [361582] = true, -- Call of the Wild [361584] = true, -- Whirling Surge [361652] = true, -- Demonic Gateway [361736] = true, -- Coordinated Assault @@ -3783,6 +3829,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [367826] = true, -- Savage Green Battle Turtle [368276] = true, -- Binding Heal [368415] = true, -- Time of Need + [368432] = true, -- Unravel [368847] = true, -- Firestorm [368893] = true, -- Winding Slitherdrake [368896] = true, -- Renewed Proto-Drake @@ -3790,6 +3837,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [368901] = true, -- Cliffside Wylderdrake [368970] = true, -- Tail Swipe [369299] = true, -- Essence Burst + [369374] = true, -- Firestorm [370349] = true, -- Dig [370452] = true, -- Shattering Star [370454] = true, -- Charged Blast @@ -3821,6 +3869,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [371036] = true, -- Phial of Icy Preservation [371039] = true, -- Potion of Withering Vitality [371070] = true, -- Rotting from Within + [371166] = true, -- Potion of Gusts [371172] = true, -- Phial of Tepid Versatility [371186] = true, -- Charged Phial of Alacrity [371251] = true, -- Icy Preservation @@ -3983,6 +4032,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [377427] = true, -- Throes of Pain [377445] = true, -- Unholy Aura [377449] = true, -- Decoration of Flame + [377451] = true, -- Conjured Chillglobe [377453] = true, -- Storm-Eater's Boon [377455] = true, -- Iceblood Deathsnare [377458] = true, -- Elemental Stance: Earth @@ -4021,6 +4071,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [378760] = true, -- Frostbite [378770] = true, -- Deathblow [378773] = true, -- Greater Purge + [378777] = true, -- Inundate [378957] = true, -- Spearhead [378974] = true, -- Bastion of Light [378987] = true, -- Protector of the Pack @@ -4049,6 +4100,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [381684] = true, -- Brimming with Life [381699] = true, -- Forgestorm Ignited [381700] = true, -- Forgestorm Ignited + [381725] = true, -- Earth Shock Overload [381727] = true, -- Mutated Magmammoth Scale [381732] = true, -- Blessing of the Bronze [381741] = true, -- Blessing of the Bronze @@ -4073,6 +4125,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [381802] = true, -- Indiscriminate Carnage [381811] = true, -- Heart in a Bottle [381930] = true, -- Mana Spring + [381931] = true, -- Mana Spring [381933] = true, -- Magma Chamber [381954] = true, -- Spoils of Neltharus [381955] = true, -- Spoils of Neltharus @@ -4103,6 +4156,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [382113] = true, -- Cold Front [382126] = true, -- Power Theft [382130] = true, -- Crystalline Web + [382131] = true, -- Iceblood Deathsnare [382133] = true, -- Elemental Stance: Ice [382135] = true, -- Manic Grieftorch [382139] = true, -- Homeland Raid Horn @@ -4294,6 +4348,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [384860] = true, -- Orb Barrage [384865] = true, -- Foresight [384906] = true, -- Seal of Mercy + [384965] = true, -- Recompense [384986] = true, -- Unbreakable Resolve [385002] = true, -- Resolve Tested [385013] = true, -- Test of Might @@ -4317,6 +4372,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [385444] = true, -- Arcane Luck [385533] = true, -- Trampling Hooves [385540] = true, -- Rejuvenating Wind + [385577] = true, -- Howling Rune [385582] = true, -- Chirping Rune [385588] = true, -- You are a Miner! [385616] = true, -- Echoing Reprimand @@ -4331,9 +4387,11 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [385806] = true, -- Mutilate [385816] = true, -- Incandescence [385842] = true, -- Show of Force + [385860] = true, -- Gyroscopic Kaleidoscope [385884] = true, -- Time-Breaching Talon [385885] = true, -- Gyroscopic Kaleidoscope [385890] = true, -- Tough as Nails + [385891] = true, -- Gyroscopic Kaleidoscope [385897] = true, -- Ambush [385899] = true, -- Soulburn [385903] = true, -- Crystal Sickness @@ -4359,11 +4417,13 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [386196] = true, -- Berserker Stance [386208] = true, -- Defensive Stance [386245] = true, -- Completely Safe Rockets + [386246] = true, -- Completely Safe Rockets [386251] = true, -- Tormented Soul [386256] = true, -- Summon Soulkeeper [386265] = true, -- Soul Combustion [386270] = true, -- Audacity [386276] = true, -- Bonedust Brew + [386297] = true, -- Completely Safe Rocket Blast [386301] = true, -- Completely Safe Rocket Blast [386353] = true, -- Iridescence: Red [386365] = true, -- Endless Stack of Needles @@ -4377,9 +4437,11 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [386542] = true, -- Guillotine [386553] = true, -- Inner Light [386556] = true, -- Inner Light + [386570] = true, -- Weathered Explorer's Stave - Haste [386601] = true, -- Fiendish Wrath [386609] = true, -- Fel Explosion [386614] = true, -- Accrued Vitality + [386621] = true, -- Sweet Souls [386623] = true, -- Awakening Rime [386624] = true, -- Awakening Rime [386625] = true, -- Cold Sleet @@ -4389,6 +4451,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [386647] = true, -- Lifeblood [386652] = true, -- Bulwark of Righteous Fury [386692] = true, -- Dragon Games Equipment + [386702] = true, -- Fiendish Wrath [386833] = true, -- Guillotine [386848] = true, -- Worldbreaker Membership [386861] = true, -- Demonic Inspiration @@ -4397,13 +4460,18 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [386875] = true, -- Bombardment [386877] = true, -- Unerring Vision [386931] = true, -- Vile Taint + [386959] = true, -- Charred Passions [386963] = true, -- Charred Passions + [386997] = true, -- Soul Rot + [386998] = true, -- Soul Rot + [387018] = true, -- Dark Harvest [387028] = true, -- Burning Embers [387036] = true, -- Burning Embers [387066] = true, -- Wrath of Consumption [387079] = true, -- Tormented Crescendo [387096] = true, -- Pyrogenics [387109] = true, -- Conflagration of Chaos + [387110] = true, -- Conflagration of Chaos [387113] = true, -- Execution Sentence [387143] = true, -- Amice of the Blue [387154] = true, -- Burn to Ashes @@ -4414,6 +4482,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [387178] = true, -- Empyrean Legacy [387179] = true, -- Weapons of Order [387184] = true, -- Weapons of Order + [387260] = true, -- Seized Vitality [387263] = true, -- Flashpoint [387283] = true, -- Power Overwhelming [387310] = true, -- Haunted Soul @@ -4431,6 +4500,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [387437] = true, -- Fel Covenant [387441] = true, -- Empyrean Legacy [387458] = true, -- Imp Gang Boss + [387460] = true, -- Versatile Storm Lure [387476] = true, -- Infernal Brand [387496] = true, -- Antoran Armaments [387547] = true, -- Cry Havoc @@ -4439,6 +4509,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [387590] = true, -- Gul'dan's Ambition [387595] = true, -- Soul Glutton [387604] = true, -- Stolen Power + [387620] = true, -- Storm's Eye [387621] = true, -- Dragonfire Brew [387626] = true, -- Soulburn [387636] = true, -- Soulburn: Healthstone @@ -4446,6 +4517,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [387642] = true, -- Recall [387678] = true, -- Dragonrider's Hunt [387763] = true, -- Panacea + [387766] = true, -- Nourishing Chi [387804] = true, -- Echoing Protection [387846] = true, -- Fel Armor [387847] = true, -- Fel Armor @@ -4454,15 +4526,19 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [387979] = true, -- Unstable Tear [387985] = true, -- Chaos Barrage [388007] = true, -- Blessing of Summer + [388009] = true, -- Blessing of Summer [388010] = true, -- Blessing of Autumn [388011] = true, -- Blessing of Winter [388013] = true, -- Blessing of Spring + [388024] = true, -- Ancient Teachings + [388025] = true, -- Ancient Teachings [388026] = true, -- Ancient Teachings [388035] = true, -- Fortitude of the Bear [388044] = true, -- Yu'lon's Whisper [388045] = true, -- Sentinel Owl [388048] = true, -- Clouded Focus [388061] = true, -- Azureweave Vestment + [388064] = true, -- Azureweave Vestment [388068] = true, -- Inquisitor's Gaze [388070] = true, -- Fel Barrage [388081] = true, -- Bronzed Grip Wrappings @@ -4475,10 +4551,16 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [388376] = true, -- Dragonrider's Compassion [388380] = true, -- Dragonrider's Compassion [388442] = true, -- Iskaara Soup + [388445] = true, -- Iskaara Soup + [388479] = true, -- Unison + [388480] = true, -- Unison [388499] = true, -- Secret Infusion + [388513] = true, -- Overflowing Mists + [388514] = true, -- Overflowing Mists [388539] = true, -- Rend [388555] = true, -- Uplifted Spirits [388559] = true, -- Tome of Unstable Power + [388566] = true, -- Accumulating Mist [388583] = true, -- Tome of Unstable Power [388663] = true, -- Invoker's Delight [388672] = true, -- Dragonrider's Initiative @@ -4502,6 +4584,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [388909] = true, -- Salvo [388929] = true, -- Skewering Cold [388931] = true, -- Globe of Jagged Ice + [388948] = true, -- Breaking the Ice [388973] = true, -- Cycle of Life [388998] = true, -- Razor Fragments [389020] = true, -- Bulletstorm @@ -4528,12 +4611,14 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [389815] = true, -- Elysian Decree [389820] = true, -- Under Red Wings [389839] = true, -- Fire Shot + [389843] = true, -- Ruby Whelp Shell [389845] = true, -- Malefic Affliction [389847] = true, -- Felfire Haste [389860] = true, -- Elysian Decree [389868] = true, -- Dread Touch [389881] = true, -- Spearhead [389890] = true, -- Tactical Retreat + [390097] = true, -- Grim Reach [390105] = true, -- Save Them All [390137] = true, -- Inner Demon [390145] = true, -- Inner Demon @@ -4596,21 +4681,25 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [390845] = true, -- Divine Star [390868] = true, -- Turtle's Ritual Stone Water Check [390885] = true, -- Healing Chorus + [390896] = true, -- Curing Whiff [390898] = true, -- Turtle's Ritual Stone Wind Check [390933] = true, -- Words of the Pious [390936] = true, -- Primal Turtle's Wish + [390941] = true, -- Mending Breath [390964] = true, -- Halo [390971] = true, -- Halo [390978] = true, -- Twist of Fate [390981] = true, -- Divine Star [390989] = true, -- Pontifex [390993] = true, -- Lightweaver + [391008] = true, -- Herald's Urgent Message [391054] = true, -- Intercession [391058] = true, -- Eye Beam [391092] = true, -- Mind Melt [391099] = true, -- Dark Evangelism [391109] = true, -- Dark Ascension [391140] = true, -- Frenzied Assault + [391159] = true, -- Demon Spikes [391166] = true, -- Soul Furnace [391171] = true, -- Calcified Spikes [391172] = true, -- Soul Furnace @@ -4641,9 +4730,13 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [391603] = true, -- Aruunem Berrytart [391620] = true, -- Azsunian-Poached Lobster [391624] = true, -- Rare Vintage Arcwine + [391641] = true, -- Seared Sea Mist Noodles + [391643] = true, -- Fried Emperor Wraps [391645] = true, -- Roquefort-Stuffed Peppers [391653] = true, -- Picante Pomfruit Cake + [391664] = true, -- Moira's Choice Espresso [391688] = true, -- Dancing Blades + [391710] = true, -- Rampant Ferocity [391722] = true, -- Sabertooth [391786] = true, -- Tear Open Wounds [391873] = true, -- Tiger's Tenacity @@ -4690,6 +4783,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [392903] = true, -- Resplendent Light [392908] = true, -- Trampling Hooves [392937] = true, -- Wrath and Fury + [392939] = true, -- Veneration [392956] = true, -- Fortitude of the Bear [392959] = true, -- Glory of the Dawn [392966] = true, -- Spell Block @@ -4716,6 +4810,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [393565] = true, -- Thunderfist [393566] = true, -- Thunderfist [393617] = true, -- Primal Claws + [393665] = true, -- Aerated Phial of Quick Hands [393714] = true, -- Crystalline Phial of Perception [393763] = true, -- Umbral Embrace [393777] = true, -- Sentinel's Protection @@ -4767,6 +4862,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [394238] = true, -- Shadow Bolt [394243] = true, -- Chaos Tear [394246] = true, -- Chaos Bolt + [394253] = true, -- Cruel Epiphany [394258] = true, -- Cobalt Cutthroat [394289] = true, -- Answered Prayers [394298] = true, -- Lethal Command @@ -4798,8 +4894,10 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [394570] = true, -- Vigorous Lifeblood [394571] = true, -- Burgeoning Lifeblood [394609] = true, -- Light Weaving + [394618] = true, -- Crystalline Web [394624] = true, -- Shield of Absolution [394651] = true, -- Seismic Accumulation + [394664] = true, -- Shrouded Suffocation [394667] = true, -- Lightspark [394670] = true, -- Elemental Mastery [394677] = true, -- Maelstrom of Elements @@ -4875,16 +4973,22 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [396719] = true, -- Thunder Clap [396752] = true, -- Reckless Abandon [397039] = true, -- Arcane Bubble + [397041] = true, -- Corporeal Tear [397118] = true, -- Heaven's Nemesis + [397191] = true, -- Recompense [397364] = true, -- Thunderous Roar [397374] = true, -- [DNT] Clear Empower Cooldown [397376] = true, -- Burning Embers [397399] = true, -- Voidmender's Shadowgem [397400] = true, -- Bonemaw's Big Toe + [397405] = true, -- Diamond Deathsnare [397478] = true, -- Heaven's Nemesis [397568] = true, -- Deadly Duo [397827] = true, -- Oversized Bobbers [398118] = true, -- Warmth + [398252] = true, -- Defender of the Winterpelts + [398254] = true, -- Winterpelt Defender's Furious Smash + [398271] = true, -- Winterpelt Defender's Blow [398372] = true, -- Deciphering [399032] = true, -- Suffusion Camp: Cinderwind [399491] = true, -- Sheilun's Gift @@ -4899,6 +5003,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [400169] = true, -- Dark Reprimand [400185] = true, -- Fel Barrage [400187] = true, -- Dark Reprimand + [400202] = true, -- Protector of the Pack [400204] = true, -- Protector of the Pack [400223] = true, -- Thorns of Iron [400238] = true, -- [DNT] Ebyssian Guardian @@ -5035,6 +5140,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [406449] = true, -- Legacy of the Windrunners [406459] = true, -- Censing Friendship [406485] = true, -- Encouraging Friend + [406487] = true, -- Loving Friend [406488] = true, -- Angry Friend [406635] = true, -- Djaradin Boasting Tablets [406647] = true, -- Templar Slash @@ -5169,6 +5275,9 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [409987] = true, -- Symbolic Victory [410007] = true, -- Soulfang Infusion [410018] = true, -- Primal Fracture + [410082] = true, -- Soulfang Vitality + [410127] = true, -- Dinn's Drum + [410130] = true, -- Tom [410138] = true, -- Crushing Advance [410139] = true, -- Shadowflame Nova [410147] = true, -- Exposed Wound @@ -5186,6 +5295,8 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [410871] = true, -- Darkflame Shroud [410879] = true, -- Lingering Chill [411055] = true, -- Imminent Destruction + [411225] = true, -- Sprouting + [411288] = true, -- Feed the Flames [411344] = true, -- Predator Revealed [411376] = true, -- Shadowflame Vulnerability [411547] = true, -- Whirlwind