Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Shadow & Light
Shadow and Light
Commits
08a1fd57
Verified
Commit
08a1fd57
authored
Dec 15, 2020
by
Repooc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
testing
parent
231213ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
ElvUI_SLE/modules/bags/baginfo.lua
ElvUI_SLE/modules/bags/baginfo.lua
+7
-7
No files found.
ElvUI_SLE/modules/bags/baginfo.lua
View file @
08a1fd57
...
...
@@ -77,18 +77,18 @@ function BI:CheckVisibility(bagFrame, bagID, slotID)
local
text
=
str
and
str
:
GetText
()
if
not
text
or
text
==
''
then
return
end
local
equip
=
E
:
StripString
(
EQUIPMENT_SETS
)
equip
=
equip
:
gsub
(
'%%s'
,
''
)
if
text
:
find
(
equip
)
then
SLE
:
Print
(
text
,
'error'
)
end
-- if text:find(EQUIPMENT_SETS:gsub('%%s','.-')) then
if
text
:
find
(
equip
)
then
EQUIPMENT_SETS
=
E
:
StripString
(
EQUIPMENT_SETS
)
EQUIPMENT_SETS
=
EQUIPMENT_SETS
:
gsub
(
'%%s'
,
''
)
EQUIPMENT_SETS
=
E
:
EscapeString
(
EQUIPMENT_SETS
)
if
text
:
find
(
EQUIPMENT_SETS
)
then
SLE
:
Print
(
'It works MERA'
,
'info'
)
show
=
true
end
end
E
.
ScanTooltip
:
Hide
()
return
E
.
db
.
sle
.
bags
.
equipmentmanager
.
enable
and
show
end
...
...
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