changeset 364:de1f7476805e 6.0.2-4

Fixed comment issue with quests.
author MMOSimca <MMOSimca@gmail.com>
date Wed, 15 Oct 2014 18:01:59 -0400
parents 17c837b3f6b4
children fa5fe41ca48e
files Comments.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Comments.lua	Tue Oct 14 16:08:29 2014 -0400
+++ b/Comments.lua	Wed Oct 15 18:01:59 2014 -0400
@@ -363,7 +363,7 @@
         local quest_index = _G.GetQuestLogSelection()
 
         if quest_index and _G.QuestMapFrame:IsVisible() and not _G.QuestScrollFrame:IsVisible() then
-            local title, _, tag, _, is_header, _, _, _, idnum = _G.GetQuestLogTitle(quest_index)
+            local title, _, suggested_group, is_header, _, _, _, idnum = _G.GetQuestLogTitle(quest_index)
 
             if not is_header then
                 line = display:AddLine(("Quest: %s"):format(title))