From ed129e86154659b16a476f6f88f930927c492b9d Mon Sep 17 00:00:00 2001 From: p3lim Date: Thu, 30 Dec 2010 20:57:38 +0100 Subject: [PATCH] Future-proof! --- Monomyth.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Monomyth.lua b/Monomyth.lua index fc403ad..a85909d 100644 --- a/Monomyth.lua +++ b/Monomyth.lua @@ -56,7 +56,7 @@ addon:Register('QUEST_COMPLETE', function() end end - QuestInfoItem_OnClick(_G['QuestInfoItem' .. bestIndex]) + _G['QuestInfoItem' .. bestIndex]:Click() end end) -- 1.7.9.5