Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Croc
VuhDo
Commits
52fab72e
Commit
52fab72e
authored
8 years ago
by
Ivaria
Browse files
Options
Download
Email Patches
Plain Diff
Fixed Paladin non-healer smart cast resurrection
parent
46953fc2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
VuhDoConst.lua
VuhDoConst.lua
+2
-2
changelog.txt
changelog.txt
+1
-0
No files found.
VuhDoConst.lua
View file @
52fab72e
...
...
@@ -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
},
...
...
This diff is collapsed.
Click to expand it.
changelog.txt
View file @
52fab72e
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment