Commit 99039443 authored by Ivaria's avatar Ivaria
Browse files

Custom debuff and spell trace combobox selected keys are case sensitive

parent 485a9377
......@@ -600,7 +600,7 @@ local VUHDO_DEFAULT_CONFIG = {
["isName"] = false,
["isShowOnlyForFriendly"] = false,
["blacklistModi"] = "ALT-CTRL-SHIFT",
["selected"] = "",
["SELECTED"] = "",
["point"] = "TOPRIGHT",
["xAdjust"] = -2,
["yAdjust"] = -34,
......
......@@ -32,7 +32,7 @@ local VUHDO_DEFAULT_PROFILES = {
["animate"] = true,
["scale"] = 0.8,
["isIcon"] = true,
["selected"] = "",
["SELECTED"] = "",
["TIMER_TEXT"] = {
["X_ADJUST"] = 20,
["USE_MONO"] = false,
......@@ -95,7 +95,7 @@ local VUHDO_DEFAULT_PROFILES = {
["isOthers"] = false,
["duration"] = 2,
["showTrailOfLight"] = false,
["selected"] = "",
["SELECTED"] = "",
},
["SHOW_TEXT_OVERHEAL"] = true,
},
......@@ -747,7 +747,7 @@ local VUHDO_DEFAULT_PROFILES = {
["isOthers"] = false,
["duration"] = 2,
["showTrailOfLight"] = false,
["selected"] = "",
["SELECTED"] = "",
},
},
["LOCKED"] = false,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment