Quantcast

fml

Darthpred [05-16-15 - 08:00]
fml
Filename
ElvUI_SLE/modules/quests.lua
diff --git a/ElvUI_SLE/modules/quests.lua b/ElvUI_SLE/modules/quests.lua
index 5517ebd..b857d26 100644
--- a/ElvUI_SLE/modules/quests.lua
+++ b/ElvUI_SLE/modules/quests.lua
@@ -11,7 +11,7 @@ local statedriver = {
 		ObjectiveTracker_Collapse()
 		frame:Show()
 	end,
-	['HIDDEN'] = function(frame)
+	['HIDE'] = function(frame)
 		frame:Hide()
 	end,
 }
@@ -22,7 +22,6 @@ function Q:ChangeState(event)

 	if IsResting() then
 		statedriver[Q.db.visibility.rested](frame)
-		-- statedriver["COLLAPSED"](frame)
 	else
 		local instance, instanceType = IsInInstance()
 		if instance then