From e66a31a4aa054a6b14fb69070f141bf8f75edb20 Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Sat, 28 Apr 2012 20:09:58 +0200 Subject: [PATCH] Add the quest item to the finished list once used --- Monomyth.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/Monomyth.lua b/Monomyth.lua index 3799ecb..0c154c0 100644 --- a/Monomyth.lua +++ b/Monomyth.lua @@ -200,6 +200,7 @@ Monomyth:Register('BAG_UPDATE', function(bag, handled) QueryQuestsCompleted() elseif(not completedQuests[id]) then UseContainerItem(bag, slot) + completedQuests[id] = true end end end -- 1.7.9.5