Skip to content

Commit

Permalink
Fixed GH-17.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adirelle committed Nov 5, 2014
1 parent 000a473 commit 3958672
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Engine.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3958672

Please sign in to comment.