Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Shadow & Light
Shadow and Light
Commits
03250403
Verified
Commit
03250403
authored
Jan 10, 2021
by
Repooc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor clean up
parent
2aad558d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
ElvUI_SLE/core/core.lua
ElvUI_SLE/core/core.lua
+4
-4
ElvUI_SLE/options/armory/enchant_c.lua
ElvUI_SLE/options/armory/enchant_c.lua
+1
-0
No files found.
ElvUI_SLE/core/core.lua
View file @
03250403
...
...
@@ -89,8 +89,8 @@ function SLE:Initialize()
if
SLE
:
CheckIncompatible
()
then
return
end
SLE
:
DatabaseConversions
()
SLE
:
ConfigCats
()
self
.
initialized
=
true
self
:
InitializeModules
()
;
--Load Modules
SLE
.
initialized
=
true
SLE
:
InitializeModules
()
hooksecurefunc
(
E
,
"UpdateAll"
,
SLE
.
UpdateAll
)
hooksecurefunc
(
E
,
"UpdateMedia"
,
SLE
.
UpdateMedia
)
...
...
@@ -113,7 +113,7 @@ function SLE:Initialize()
if
E
.
private
.
sle
.
install_complete
==
"BETA"
then
E
.
private
.
sle
.
install_complete
=
nil
end
if
not
E
.
private
.
sle
.
install_complete
or
(
tonumber
(
E
.
private
.
sle
.
install_complete
)
<
3
)
then
E
:
GetModule
(
"
PluginInstaller
"
):
Queue
(
SLE
.
installTable
)
E
:
GetModule
(
'
PluginInstaller
'
):
Queue
(
SLE
.
installTable
)
end
if
not
E
.
private
.
sle
.
characterGoldsSorting
[
E
.
myrealm
]
then
E
.
private
.
sle
.
characterGoldsSorting
[
E
.
myrealm
]
=
{}
end
...
...
ElvUI_SLE/options/armory/enchant_c.lua
View file @
03250403
...
...
@@ -69,6 +69,7 @@ local function configTable()
if
EnchantStringName
~=
''
and
not
SLE_ArmoryDB
.
EnchantString
[
EnchantStringName
]
then
SLE_ArmoryDB
.
EnchantString
[
EnchantStringName
]
=
{}
SelectedEnchantString
=
EnchantStringName
E
.
Options
.
args
.
sle
.
args
.
modules
.
args
.
armory
.
args
.
enchantString
.
args
.
ConfigSpace
.
args
.
StringGroup
.
name
=
L
[
"List of Strings"
]
..
': '
..
SelectedEnchantString
EnchantStringName
=
''
end
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