Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
p3lim committed Nov 26, 2016
1 parent 48fc6ec commit 03f2a7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QuickQuest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ QuickQuest:Register('GOSSIP_SHOW', function()
local logQuests = GetQuestLogQuests(true)
for index = 1, active do
local name, _, _, _, completed = GetActiveGossipQuestInfo(index)
if(complete) then
if(completed) then
local questID = logQuests[name]
if(not questID) then
SelectGossipActiveQuest(index)
Expand Down

0 comments on commit 03f2a7d

Please sign in to comment.