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
Lar nak
VuhDo
Commits
1cc579f5
Commit
1cc579f5
authored
5 years ago
by
Ivaria
Browse files
Options
Download
Email Patches
Plain Diff
Fix regexp when deleting debuff blacklist entries by spell ID
parent
f79717af
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 @
1cc579f5
...
...
@@ -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