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
d58b10c8
Verified
Commit
d58b10c8
authored
Dec 17, 2020
by
Repooc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bye bye
parent
e2cd0f76
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
ElvUI_SLE/modules/armory/character.lua
ElvUI_SLE/modules/armory/character.lua
+0
-1
ElvUI_SLE/modules/armory/inspect.lua
ElvUI_SLE/modules/armory/inspect.lua
+0
-1
No files found.
ElvUI_SLE/modules/armory/character.lua
View file @
d58b10c8
local
SLE
,
T
,
E
,
L
,
V
,
P
,
G
=
unpack
(
select
(
2
,
...
))
if
select
(
2
,
GetAddOnInfo
(
'ElvUI_KnightFrame'
))
and
IsAddOnLoaded
(
'ElvUI_KnightFrame'
)
then
return
end
--Don't break korean code :D
local
Armory
=
SLE
:
GetModule
(
"Armory_Core"
)
local
CA
=
SLE
:
NewModule
(
"Armory_Character"
,
"AceEvent-3.0"
,
"AceConsole-3.0"
,
"AceHook-3.0"
);
local
LCG
=
LibStub
(
'LibCustomGlow-1.0'
)
...
...
ElvUI_SLE/modules/armory/inspect.lua
View file @
d58b10c8
local
SLE
,
T
,
E
,
L
,
V
,
P
,
G
=
unpack
(
select
(
2
,
...
))
if
select
(
2
,
GetAddOnInfo
(
'ElvUI_KnightFrame'
))
and
IsAddOnLoaded
(
'ElvUI_KnightFrame'
)
then
return
end
--Don't break korean code :D
local
Armory
=
SLE
:
GetModule
(
"Armory_Core"
)
local
IA
=
SLE
:
NewModule
(
"Armory_Inspect"
,
"AceEvent-3.0"
,
"AceConsole-3.0"
,
"AceHook-3.0"
);
local
M
=
E
:
GetModule
(
"Misc"
)
...
...
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