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
VuhDo
VuhDo
Commits
a8fc35da
Commit
a8fc35da
authored
Dec 13, 2022
by
Ivaria
Browse files
Priest 'Levitate' should be target type single not self-cast only in Buff Watch
parent
2eff18fc
Changes
2
Pipelines
9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
VuhDoBuffConst.lua
VuhDoBuffConst.lua
+1
-1
changelog.txt
changelog.txt
+1
-0
No files found.
VuhDoBuffConst.lua
View file @
a8fc35da
...
...
@@ -94,7 +94,7 @@ VUHDO_CLASS_BUFFS = {
{
VUHDO_SPELL_ID
.
BUFF_VAMPIRIC_EMBRACE
,
VUHDO_BUFF_TARGET_SELF
},
},
[
VUHDO_SPELL_ID
.
BUFF_LEVITATE
]
=
{
{
VUHDO_SPELL_ID
.
BUFF_LEVITATE
,
VUHDO_BUFF_TARGET_S
ELF
},
{
VUHDO_SPELL_ID
.
BUFF_LEVITATE
,
VUHDO_BUFF_TARGET_S
INGLE
},
},
[
VUHDO_SPELL_ID
.
BUFF_INNER_FIRE
]
=
{
{
VUHDO_SPELL_ID
.
BUFF_INNER_FIRE
,
VUHDO_BUFF_TARGET_SELF
},
...
...
changelog.txt
View file @
a8fc35da
...
...
@@ -17,6 +17,7 @@ Known issues:
Bugfixes:
-- Fixed Priest 'Levitate' only self-casting in Buff Watch
Improvements:
...
...
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