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
Jay
VuhDo
Commits
8cd86b49
Commit
8cd86b49
authored
8 years ago
by
Ivaria
Browse files
Options
Download
Email Patches
Plain Diff
Add Ursoc's Momentum as a default custom debuff by spell ID rather than spell name.
parent
75ac25a0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
VuhDoConstSpells.lua
VuhDoConstSpells.lua
+1
-0
VuhDoDefaults.lua
VuhDoDefaults.lua
+1
-0
No files found.
VuhDoConstSpells.lua
View file @
8cd86b49
...
...
@@ -345,6 +345,7 @@ VUHDO_SPELL_ID.DEBUFF_MARK_OF_THE_NECROMANCER = VUHDO_getSpellInfo(184450);
VUHDO_SPELL_ID
.
DEBUFF_BEFOULED
=
VUHDO_getSpellInfo
(
189030
);
VUHDO_SPELL_ID
.
DEBUFF_TOUCH_OF_HARM
=
VUHDO_getSpellInfo
(
180164
);
VUHDO_SPELL_ID
.
DEBUFF_MARK_OF_DOOM
=
VUHDO_getSpellInfo
(
181099
);
VUHDO_SPELL_ID
.
DEBUFF_MOMENTUM
=
VUHDO_getSpellInfo
(
198108
);
--
...
...
This diff is collapsed.
Click to expand it.
VuhDoDefaults.lua
View file @
8cd86b49
...
...
@@ -439,6 +439,7 @@ local VUHDO_CUSTOM_DEBUFF_ADD_ONLY_BY_ID = {
[
VUHDO_SPELL_ID
.
DEBUFF_MARK_OF_DOOM
]
=
true
,
[
VUHDO_SPELL_ID
.
DEBUFF_BEFOULED
]
=
true
,
[
VUHDO_SPELL_ID
.
DEBUFF_TOUCH_OF_HARM
]
=
true
,
[
VUHDO_SPELL_ID
.
DEBUFF_MOMENTUM
]
=
true
,
};
--
...
...
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