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
Matthieu Saint Aubin
VuhDo
Commits
06c734ce
Verified
Commit
06c734ce
authored
4 years ago
by
Alexander Sommen
Browse files
Options
Download
Email Patches
Plain Diff
VuhDoBuffConst.lua:
VuhDoConstSpells.lua: - added 'Water shield' as buff for shamans
parent
03ac39bc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
VuhDoBuffConst.lua
VuhDoBuffConst.lua
+3
-0
VuhDoConstSpells.lua
VuhDoConstSpells.lua
+1
-0
No files found.
VuhDoBuffConst.lua
View file @
06c734ce
...
...
@@ -123,6 +123,9 @@ VUHDO_CLASS_BUFFS = {
[
VUHDO_SPELL_ID
.
BUFF_LIGHTNING_SHIELD
]
=
{
{
VUHDO_SPELL_ID
.
BUFF_LIGHTNING_SHIELD
,
VUHDO_BUFF_TARGET_SELF
},
},
[
VUHDO_SPELL_ID
.
BUFF_WATER_SHIELD
]
=
{
{
VUHDO_SPELL_ID
.
BUFF_WATER_SHIELD
,
VUHDO_BUFF_TARGET_SELF
},
},
},
[
"PALADIN"
]
=
{
...
...
This diff is collapsed.
Click to expand it.
VuhDoConstSpells.lua
View file @
06c734ce
...
...
@@ -193,6 +193,7 @@ VUHDO_SPELL_ID.BUFF_HEROISM = VUHDO_getSpellInfo(32182);
VUHDO_SPELL_ID
.
BUFF_BLOODLUST
=
VUHDO_getSpellInfo
(
2825
);
VUHDO_SPELL_ID
.
BUFF_EARTH_SHIELD
=
VUHDO_getSpellInfo
(
204288
);
VUHDO_SPELL_ID
.
BUFF_LIGHTNING_SHIELD
=
VUHDO_getSpellInfo
(
192106
);
VUHDO_SPELL_ID
.
BUFF_WATER_SHIELD
=
VUHDO_getSpellInfo
(
52127
);
-- Paladin
...
...
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