From 26bfd93ccddf2ce4e0c749b6d80de25f163e7a5f Mon Sep 17 00:00:00 2001 From: SabinDeus Date: Sat, 18 Oct 2014 20:29:55 +0000 Subject: [PATCH] Removed reference to old frame that no longer exists in 6.0. Updated TOC to 60000 --- TurnIn.lua | 2 +- TurnIn.toc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/TurnIn.lua b/TurnIn.lua index 9a51ed6..4b85b0d 100644 --- a/TurnIn.lua +++ b/TurnIn.lua @@ -332,7 +332,7 @@ function TI_OnEvent(self, event, ...) end function TI_HandleAcceptQuest() - QuestInfoFadingFrame_OnUpdate(QuestInfoFadingFrame, 1); + --QuestInfoFadingFrame_OnUpdate(QuestInfoFadingFrame, 1); -- does not exist anymore in 6.0 QuestDetailAcceptButton_OnClick(); end diff --git a/TurnIn.toc b/TurnIn.toc index 297c7b1..6d55e39 100644 --- a/TurnIn.toc +++ b/TurnIn.toc @@ -1,5 +1,5 @@ -## Interface: 50001 -## X-Compatible-With: 50001 +## Interface: 60000 +## X-Compatible-With: 60000 ## Title: Turn In ## Notes: Automates the selection of quest and gossip options. ## SavedVariables: TI_status, TI_NPCDB, TI_NPCIndex