Commit 52fab72e authored by Ivaria's avatar Ivaria
Browse files

Fixed Paladin non-healer smart cast resurrection

parent 46953fc2
......@@ -295,9 +295,9 @@ VUHDO_UNIT_POWER_PAIN = SPELL_POWER_PAIN;
-- Resurrection spells by class
VUHDO_RESURRECTION_SPELLS = {
["PALADIN"] = {
[1] = { VUHDO_SPELL_ID.REDEMPTION },
[1] = { VUHDO_SPELL_ID.ABSOLUTION, VUHDO_SPELL_ID.REDEMPTION },
[2] = { VUHDO_SPELL_ID.REDEMPTION },
[3] = { VUHDO_SPELL_ID.ABSOLUTION, VUHDO_SPELL_ID.REDEMPTION },
[3] = { VUHDO_SPELL_ID.REDEMPTION },
},
["SHAMAN"] = {
[1] = { VUHDO_SPELL_ID.ANCESTRAL_SPIRIT },
......
......@@ -16,6 +16,7 @@ Known issues:
Bugfixes:
-- Fixed an issue where Shaman 'Healing Stream Totem' would not cast
-- Fixed resurrection spell cast announcement
-- Fixed Paladin non-healer smart cast resurrection
-- Blizzard fixed the font drop shadow offset on their end finally
......
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