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
fuba82
AddOnSkins
Commits
202dc44b
Commit
202dc44b
authored
Aug 06, 2017
by
Azilroka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
3.50
parent
5eee43c0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
7 deletions
+2
-7
AddOnSkins.toc
AddOnSkins.toc
+1
-1
Core/Core.lua
Core/Core.lua
+1
-6
No files found.
AddOnSkins.toc
View file @
202dc44b
## Interface: 70200
## Title: |cff1784d1AddOnSkins|r
## Version: 3.
49
## Version: 3.
50
## Author: Azilroka, Sortokk
## SavedVariables: AddOnSkinsDB
## OptionalDep: ElvUI, BuyEmAll, DSM, Tukui
...
...
Core/Core.lua
View file @
202dc44b
...
...
@@ -173,12 +173,7 @@ function AS:CallSkin(skin, func, event, ...)
DEFAULT_CHAT_FRAME
:
AddMessage
(
format
(
message
,
AS
.
Title
,
AS
.
Version
,
skin
))
FoundError
=
true
if
AS
:
CheckOption
(
'SkinDebug'
)
then
if
GetCVarBool
(
'scriptErrors'
)
then
LoadAddOn
(
'Blizzard_DebugTools'
)
ScriptErrorsFrame_OnError
(
errormsg
,
false
)
else
DEFAULT_CHAT_FRAME
:
AddMessage
(
format
(
errormessage
,
skin
,
errormsg
))
end
DEFAULT_CHAT_FRAME
:
AddMessage
(
format
(
errormessage
,
skin
,
errormsg
))
end
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