Quantcast

Attempt to fix profile change error

Darthpred [06-13-15 - 16:33]
Attempt to fix profile change error
Filename
ElvUI_SLE/modules/quests.lua
diff --git a/ElvUI_SLE/modules/quests.lua b/ElvUI_SLE/modules/quests.lua
index 4483660..f82f16c 100644
--- a/ElvUI_SLE/modules/quests.lua
+++ b/ElvUI_SLE/modules/quests.lua
@@ -56,6 +56,7 @@ function Q:Initialize()
 	self:RegisterEvent("PLAYER_UPDATE_RESTING", "ChangeState")

 	hooksecurefunc(E, "UpdateAll", function()
+		Q.db = E.db.sle.quests
 		Q:ChangeState()
 		collectgarbage('collect');
 	end)