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
Luna Nova
VuhDo
Commits
3fe44d2f
Commit
3fe44d2f
authored
5 years ago
by
Ivaria
Browse files
Options
Download
Plain Diff
Merge branch 'master' into classic
parents
e0f9417f
2a1d5bbd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
VuhDoOptions/VuhDoNewOptionsDebuffsStandard.lua
VuhDoOptions/VuhDoNewOptionsDebuffsStandard.lua
+1
-1
No files found.
VuhDoOptions/VuhDoNewOptionsDebuffsStandard.lua
View file @
3fe44d2f
...
...
@@ -57,7 +57,7 @@ function VUHDO_deleteDebuffIgnoreClicked(aButton)
if
(
VUHDO_DEBUFF_BLACKLIST
[
strtrim
(
tText
)])
then
VUHDO_DEBUFF_BLACKLIST
[
strtrim
(
tText
)]
=
nil
;
else
local
tSpellId
=
string.match
(
tText
,
"
([^\]\[]+)
"
);
local
tSpellId
=
string.match
(
tText
,
[[
([^\]\[]+)
]]
);
if
(
tSpellId
~=
nil
and
VUHDO_DEBUFF_BLACKLIST
[
tSpellId
])
then
VUHDO_DEBUFF_BLACKLIST
[
tSpellId
]
=
nil
;
...
...
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