remove temp folder structure

This commit is contained in:
Crum
2018-02-19 21:03:21 -06:00
parent 85a2a5bcf7
commit 611f11aff9
408 changed files with 0 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
local E, L, V, P, G = unpack(ElvUI); --Import: Engine, Locales, PrivateDB, ProfileDB, GlobalDB
--Global Settings
G["general"] = {
["autoScale"] = true,
["minUiScale"] = 0.64,
["eyefinity"] = false,
["smallerWorldMap"] = true,
["WorldMapCoordinates"] = {
["enable"] = true,
["position"] = "BOTTOMLEFT",
["xOffset"] = 0,
["yOffset"] = 0
},
["versionCheck"] = true
}
G["classCache"] = {}
G["classtimer"] = {}
G["nameplates"] = {}
G["chat"] = {
["classColorMentionExcludedNames"] = {}
}
G["bags"] = {
["ignoredItems"] = {}
}