From 395867219645c501c85cb4b172da99a002eba25b Mon Sep 17 00:00:00 2001 From: Adirelle Date: Wed, 5 Nov 2014 08:58:05 +0100 Subject: [PATCH] Fixed GH-17. --- Engine.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/Engine.lua b/Engine.lua index 0eea333..04d595f 100644 --- a/Engine.lua +++ b/Engine.lua @@ -118,6 +118,7 @@ function addon:RefreshStates() end if state.isForm then state.condition = formMap[state.spellId] and format("form:%d", formMap[state.spellId]) or nil + state.GetCondition = state.condition and GetCondition or NoCondition end if state.condition then tinsert(orderedConditions, key)