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
Krazyito
VuhDo
Commits
07b11409
Commit
07b11409
authored
2 years ago
by
Ivaria
Browse files
Options
Download
Email Patches
Plain Diff
Added Paladin spell 'Sacred Shield' to Buff Watch
parent
858e9a7d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
0 deletions
+5
-0
VuhDoBuffConst.lua
VuhDoBuffConst.lua
+3
-0
VuhDoConstSpells.lua
VuhDoConstSpells.lua
+1
-0
changelog.txt
changelog.txt
+1
-0
No files found.
VuhDoBuffConst.lua
View file @
07b11409
...
...
@@ -191,6 +191,9 @@ VUHDO_CLASS_BUFFS = {
[
VUHDO_SPELL_ID
.
BUFF_RIGHTEOUS_FURY
]
=
{
{
VUHDO_SPELL_ID
.
BUFF_RIGHTEOUS_FURY
,
VUHDO_BUFF_TARGET_SELF
},
},
[
VUHDO_SPELL_ID
.
BUFF_SACRED_SHIELD
]
=
{
{
VUHDO_SPELL_ID
.
BUFF_SACRED_SHIELD
,
VUHDO_BUFF_TARGET_SINGLE
},
},
},
[
"DRUID"
]
=
{
...
...
This diff is collapsed.
Click to expand it.
VuhDoConstSpells.lua
View file @
07b11409
...
...
@@ -244,6 +244,7 @@ VUHDO_SPELL_ID.BUFF_GREATER_BLESSING_OF_SANCTUARY = VUHDO_getSpellInfo(27169);
VUHDO_SPELL_ID
.
BUFF_GREATER_BLESSING_OF_LIGHT
=
VUHDO_getSpellInfo
(
25890
);
VUHDO_SPELL_ID
.
BUFF_GREATER_BLESSING_OF_SALVATION
=
VUHDO_getSpellInfo
(
25895
);
VUHDO_SPELL_ID
.
BUFF_RIGHTEOUS_FURY
=
VUHDO_getSpellInfo
(
25780
);
VUHDO_SPELL_ID
.
BUFF_SACRED_SHIELD
=
VUHDO_getSpellInfo
(
53601
);
-- Druid
...
...
This diff is collapsed.
Click to expand it.
changelog.txt
View file @
07b11409
...
...
@@ -22,6 +22,7 @@ Bugfixes:
Improvements:
-- Added Warrior ability 'Commanding Shout' to Buff Watch
-- Added Paladin spell 'Sacred Shield' to Buff Watch
--------------------------------------------------------------
...
...
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