Removed reference to old frame that no longer exists in 6.0. Updated TOC to 60000

This commit is contained in:
SabinDeus 2014-10-18 20:29:55 +00:00
parent ef3f6d6f91
commit 26bfd93ccd
2 changed files with 3 additions and 3 deletions

View File

@ -332,7 +332,7 @@ function TI_OnEvent(self, event, ...)
end end
function TI_HandleAcceptQuest() function TI_HandleAcceptQuest()
QuestInfoFadingFrame_OnUpdate(QuestInfoFadingFrame, 1); --QuestInfoFadingFrame_OnUpdate(QuestInfoFadingFrame, 1); -- does not exist anymore in 6.0
QuestDetailAcceptButton_OnClick(); QuestDetailAcceptButton_OnClick();
end end

View File

@ -1,5 +1,5 @@
## Interface: 50001 ## Interface: 60000
## X-Compatible-With: 50001 ## X-Compatible-With: 60000
## Title: Turn In ## Title: Turn In
## Notes: Automates the selection of quest and gossip options. ## Notes: Automates the selection of quest and gossip options.
## SavedVariables: TI_status, TI_NPCDB, TI_NPCIndex ## SavedVariables: TI_status, TI_NPCDB, TI_NPCIndex