RU mouseover working again
Darthpred [07-23-16 - 08:31]
RU mouseover working again
diff --git a/ElvUI_SLE/modules/misc.lua b/ElvUI_SLE/modules/misc.lua
index 6f76f74..c678148 100644
--- a/ElvUI_SLE/modules/misc.lua
+++ b/ElvUI_SLE/modules/misc.lua
@@ -85,12 +85,12 @@ function M:Initialize()
end)
local function Enter(self)
- if not M.db.rumouseover then return end
+ if not E.db.sle.blizzard.rumouseover then return end
self:SetAlpha(1)
end
local function Leave(self)
- if not M.db.rumouseover then return end
+ if not E.db.sle.blizzard.rumouseover then return end
self:SetAlpha(0)
end