Commit 4b3da6d1 authored by Ivaria's avatar Ivaria
Browse files

Fix GCD bar display for Disc and Shadow priests. Add all variations of...

Fix GCD bar display for Disc and Shadow priests.  Add all variations of Mar'gok's Arcane Wrath to default custom debuff list.
parent e2dd1418
......@@ -1139,6 +1139,9 @@ function VUHDO_loadDefaultConfig()
162185, -- Expel Magic: Fire
-- Margok
156225, -- Arcane Wrath
164004, -- Arcane Wrath: Displacement
164005, -- Arcane Wrath: Fortification
164006, -- Arcane Wrath: Replication
158605, -- Mark Of Chaos
157801, -- Slow
157763, -- Fixate
......
......@@ -1178,7 +1178,7 @@ function VUHDO_OnUpdate(_, aTimeDelta)
VUHDO_updateDirectionFrame();
end
-- Own frame flash routines to avoid taints
-- Own frame flash routines to avoid taints
VUHDO_UIFrameFlash_OnUpdate(aTimeDelta);
......
......@@ -14,7 +14,7 @@ VUHDO_GCD_SPELLS = {
["WARLOCK"] = GetSpellInfo(686), -- Shadow Bolt
["SHAMAN"] = GetSpellInfo(8004), -- Healing Surge
["DRUID"] = VUHDO_SPELL_ID.REJUVENATION, -- Regrowth
["PRIEST"] = VUHDO_SPELL_ID.RENEW, -- mopok
["PRIEST"] = VUHDO_SPELL_ID.BUFF_POWER_WORD_FORTITUDE, -- Power Word: Fortitude
["DEATHKNIGHT"] = GetSpellInfo(48266), -- Blood Presence
["MONK"] = GetSpellInfo(100780) -- Jab
};
......
......@@ -2,12 +2,12 @@ Version 3.66.
Known issues:
-- Holy Priest spells derived from Chakra stance behave oddly as of 6.0.2
-- Stance specific spells must all use the spell name Holy Word: Chastise
-- Incoming heal estimation reported is not even close to accurate
-- Bug in Blizzard API UnitGetIncomingHeals() - returns bogus values
-- AOE advisor not yet updated for Warlords of Draenor
-- Need new spell formulas and coefficients
-- Incoming heal estimation reported is not even close to accurate
-- Bug in Blizzard API UnitGetIncomingHeals() - returns bogus values
-- Holy Priest spells derived from Chakra stance behave oddly as of 6.0.2
-- Stance specific spells must all use the spell name Holy Word: Chastise
Bugfixes:
......@@ -16,6 +16,8 @@ Bugfixes:
-- Fixed Clarity of Will to cap based on 50% of the target's maximum health
-- Fixed bug when saving macros for player names with extended characters
-- Removed Hunter Rapid Fire from custom debuff list
-- Added all of Mar'gok's variations of Arcane Wrath as default custom debuffs
-- Fixed GCD bar display for Discipline and Shadow Priests
Improvements:
......
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