From 4b3da6d1f8bb21660f26119d03b73d55b5b43eb6 Mon Sep 17 00:00:00 2001 From: Ivaria <ivaria@vuhdo.io> Date: Sun, 7 Dec 2014 10:16:36 +0000 Subject: [PATCH] Fix GCD bar display for Disc and Shadow priests. Add all variations of Mar'gok's Arcane Wrath to default custom debuff list. --- VuhDoDefaults.lua | 3 +++ VuhDoEventHandler.lua | 2 +- VuhDoSpellEstimator.lua | 2 +- changelog.txt | 10 ++++++---- 4 files changed, 11 insertions(+), 6 deletions(-) diff --git a/VuhDoDefaults.lua b/VuhDoDefaults.lua index e44239a..711d84b 100644 --- a/VuhDoDefaults.lua +++ b/VuhDoDefaults.lua @@ -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 diff --git a/VuhDoEventHandler.lua b/VuhDoEventHandler.lua index c53b984..bcaf950 100644 --- a/VuhDoEventHandler.lua +++ b/VuhDoEventHandler.lua @@ -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); diff --git a/VuhDoSpellEstimator.lua b/VuhDoSpellEstimator.lua index 7c94c3a..890c0bc 100644 --- a/VuhDoSpellEstimator.lua +++ b/VuhDoSpellEstimator.lua @@ -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 }; diff --git a/changelog.txt b/changelog.txt index 0e719e9..e0ee998 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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: -- GitLab