Commit f4e5de47 authored by Ivaria's avatar Ivaria
Browse files

Fixed mapping of ambiguous Monk "Detox" debuff abilities by spec. Removed some...

Fixed mapping of ambiguous Monk "Detox" debuff abilities by spec. Removed some default custom debuffs for Emerald Nightmare encounter.
parent 0863f332
......@@ -47,7 +47,10 @@ VUHDO_INIT_DEBUFF_ABILITIES = {
VUHDO_SPEC_TO_DEBUFF_ABIL = { };
VUHDO_SPEC_TO_DEBUFF_ABIL = {
[115450] = GetSpellInfo(115450), -- MW Monk "Detox"
[218164] = GetSpellInfo(218164), -- WW/BM Monk "Detox"
};
......
......@@ -1350,14 +1350,10 @@ function VUHDO_loadDefaultConfig()
197980, -- Nightmarish Cacophony
205611, -- Miasma
-- Dragons of Nightmare
203102, -- Mark of Ysondre
207681, -- Nightmare Bloom
204731, -- Wasting Dread
203125, -- Mark of Emeriss
203787, -- Volatile Infection
203086, -- Mark of Lethon
204044, -- Shadow Burst
203121, -- Mark of Taerar
204078, -- Bellowing Roar
214543, -- Collapsing Nightmare
-- Cenarius
......
......@@ -22,7 +22,11 @@ Bugfixes:
-- Fixed ability to bind Priest 'Shadow Mend' to a mouse/key directly
-- Default custom debuffs will now always be added by spell ID
-- This resolves numerous issues with ambiguous debuff names
-- Please consider a complete reset of your custom debuff settings
-- This can be done under 'VuhDo Options > Tools > Reset > Buffs/HoTs'
-- Removed default custom debuff spell IDs that were no longer valid
-- Fixed mapping of ambiguous Monk "Detox" debuff abilities by spec
-- Removed some default custom debuffs for Emerald Nightmare encounters
--------------------------------------------------------------
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment