git
/
wowui.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
9bc8361 - Fix bugs found in testing
[wowui.git]
/
OmaRF
/
Core.lua
diff --git
a/OmaRF/Core.lua
b/OmaRF/Core.lua
index
e4c2d29
..
8b1b8da
100644
(file)
--- a/
OmaRF/Core.lua
+++ b/
OmaRF/Core.lua
@@
-19,6
+19,7
@@
local defaults = {
enabled = true,
indicators = {
['**'] = {
enabled = true,
indicators = {
['**'] = {
+ auras = {},
textSize = 10,
textColor = {1, 1, 1, 1},
mine = false,
textSize = 10,
textColor = {1, 1, 1, 1},
mine = false,
@@
-56,9
+57,9
@@
end
SLASH_OMARF1 = "/omarf";
function SlashCmdList.OMARF(msg, editBox)
SLASH_OMARF1 = "/omarf";
function SlashCmdList.OMARF(msg, editBox)
- local loaded, finished = IsAdd
o
nLoaded("OmaRFConfig");
+ local loaded, finished = IsAdd
O
nLoaded("OmaRFConfig");
if not loaded then
if not loaded then
- local loaded, reason = LoadAdd
o
n("OmaRFConfig");
+ local loaded, reason = LoadAdd
O
n("OmaRFConfig");
if not loaded then
if reason == "DISABLED" then
print("OmaRFConfig is disabled");
if not loaded then
if reason == "DISABLED" then
print("OmaRFConfig is disabled");