mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-28 16:55:29 +00:00
load LibWho-2.0, ClassCache & update Chat
update Chat
This commit is contained in:
@@ -15,6 +15,16 @@ G["general"] = {
|
||||
["versionCheck"] = true
|
||||
}
|
||||
|
||||
G["classCache"] = {}
|
||||
|
||||
G["classtimer"] = {}
|
||||
|
||||
G["nameplates"] = {}
|
||||
|
||||
G["chat"] = {
|
||||
["classColorMentionExcludedNames"] = {}
|
||||
}
|
||||
|
||||
G["bags"] = {
|
||||
["ignoredItems"] = {}
|
||||
}
|
||||
@@ -21,6 +21,8 @@ V["general"] = {
|
||||
["hideCalendar"] = true,
|
||||
["zoomLevel"] = 0,
|
||||
},
|
||||
["classCache"] = true,
|
||||
["classColorMentionsSpeech"] = true,
|
||||
}
|
||||
|
||||
V["bags"] = {
|
||||
|
||||
@@ -28,6 +28,9 @@ P["general"] = {
|
||||
["backdropfadecolor"] = {r = .06, g = .06, b = .06, a = 0.8},
|
||||
["valuecolor"] = {r = 254/255, g = 123/255, b = 44/255},
|
||||
|
||||
["classCacheStoreInDB"] = true,
|
||||
["classCacheRequestInfo"] = false,
|
||||
|
||||
["minimap"] = {
|
||||
["size"] = 176,
|
||||
["locationText"] = "MOUSEOVER",
|
||||
|
||||
Reference in New Issue
Block a user