git
/
wowui.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
03aa1f0 - Remove old unused settings
[wowui.git]
/
OmaRF
/
Settings.lua
diff --git
a/OmaRF/Settings.lua
b/OmaRF/Settings.lua
index
aeb4987
..
3655cb6
100644
(file)
--- a/
OmaRF/Settings.lua
+++ b/
OmaRF/Settings.lua
@@
-4,13
+4,9
@@
local rawget = rawget;
-- configurable settings
-- character specific settings
local charDefaults = {
-- configurable settings
-- character specific settings
local charDefaults = {
- Positions = {"TOPRIGHT", "BOTTOMLEFT"},
AnchorX = 0,
AnchorY = -330,
AnchorX = 0,
AnchorY = -330,
- WatchedAuras = {
- },
- Clickheal = {
- },
+ Clickheal = {},
};
local chars = {
["Stormreaver"] = {
};
local chars = {
["Stormreaver"] = {