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
KnewOne
VuhDo
Commits
dc725656
Commit
dc725656
authored
4 years ago
by
Ivaria
Browse files
Options
Download
Email Patches
Plain Diff
Added Troll Priest spell 'Shadowguard' to Buff Watch
parent
70979474
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
1 deletion
+10
-1
VuhDoBuffConst.lua
VuhDoBuffConst.lua
+4
-1
VuhDoConstSpells.lua
VuhDoConstSpells.lua
+1
-0
changelog.txt
changelog.txt
+5
-0
No files found.
VuhDoBuffConst.lua
View file @
dc725656
...
...
@@ -96,7 +96,10 @@ VUHDO_CLASS_BUFFS = {
},
[
VUHDO_SPELL_ID
.
BUFF_INNER_FIRE
]
=
{
{
VUHDO_SPELL_ID
.
BUFF_INNER_FIRE
,
VUHDO_BUFF_TARGET_SELF
},
},
},
[
VUHDO_SPELL_ID
.
BUFF_SHADOWGUARD
]
=
{
{
VUHDO_SPELL_ID
.
BUFF_SHADOWGUARD
,
VUHDO_BUFF_TARGET_SELF
},
},
},
-- Shaman
...
...
This diff is collapsed.
Click to expand it.
VuhDoConstSpells.lua
View file @
dc725656
...
...
@@ -181,6 +181,7 @@ VUHDO_SPELL_ID.BUFF_POWER_INFUSION = VUHDO_getSpellInfo(10060);
VUHDO_SPELL_ID
.
BUFF_VAMPIRIC_EMBRACE
=
VUHDO_getSpellInfo
(
15286
);
VUHDO_SPELL_ID
.
BUFF_LEVITATE
=
VUHDO_getSpellInfo
(
1706
);
VUHDO_SPELL_ID
.
BUFF_INNER_FIRE
=
VUHDO_getSpellInfo
(
588
);
VUHDO_SPELL_ID
.
BUFF_SHADOWGUARD
=
VUHDO_getSpellInfo
(
18137
);
-- Shaman
...
...
This diff is collapsed.
Click to expand it.
changelog.txt
View file @
dc725656
...
...
@@ -13,10 +13,15 @@ Known issues:
Bugfixes:
-- Fixed combat log event based health updates
-- Fixed Buff Watch granting irrelevant buffs to non-mana users
-- Fixed Priest spell 'Fear Ward' in Buff Watch
-- Fixed Priest spell 'Levitate' in BUff Watch
-- Removed Priest spell 'Vampiric Embrace' from Buff Watch
Improvements:
-- Bump TOC interface for 1.13.6
-- Added Troll Priest spell 'Shadowguard' 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