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
Jundarer
VuhDo
Commits
d9bb6f76
Commit
d9bb6f76
authored
6 years ago
by
Ivaria
Browse files
Options
Download
Email Patches
Plain Diff
Added Mage spell 'Arcane Familiar' to Buff Watch
parent
31f49bec
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 @
d9bb6f76
...
...
@@ -175,6 +175,9 @@ VUHDO_CLASS_BUFFS = {
[
VUHDO_SPELL_ID
.
TEMPORAL_SHIELD
]
=
{
{
VUHDO_SPELL_ID
.
TEMPORAL_SHIELD
,
VUHDO_BUFF_TARGET_SELF
},
},
[
VUHDO_SPELL_ID
.
BUFF_ARCANE_FAMILIAR
]
=
{
{
VUHDO_SPELL_ID
.
BUFF_ARCANE_FAMILIAR
,
VUHDO_BUFF_TARGET_SELF
},
},
},
[
"DEATHKNIGHT"
]
=
{
...
...
This diff is collapsed.
Click to expand it.
VuhDoConstSpells.lua
View file @
d9bb6f76
...
...
@@ -216,6 +216,7 @@ VUHDO_SPELL_ID.BUFF_ICE_BLOCK = VUHDO_getSpellInfo(45438);
VUHDO_SPELL_ID
.
BUFF_COMBUSTION
=
VUHDO_getSpellInfo
(
190319
);
VUHDO_SPELL_ID
.
BUFF_SLOW_FALL
=
VUHDO_getSpellInfo
(
130
);
VUHDO_SPELL_ID
.
BUFF_INVISIBILITY
=
VUHDO_getSpellInfo
(
66
);
VUHDO_SPELL_ID
.
BUFF_ARCANE_FAMILIAR
=
VUHDO_getSpellInfo
(
205022
);
-- Death Knight
...
...
This diff is collapsed.
Click to expand it.
changelog.txt
View file @
d9bb6f76
...
...
@@ -25,6 +25,7 @@ Improvements:
-- Added auto-activate of profile due to a group size of '3'
-- Added '3' and '15' man group sizes for 'Hold to Test' demo mode
-- Added default custom debuffs for Battle of Dazar'alor raid
-- Added Mage spell 'Arcane Familiar' 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