Mercurial > wow > wowdb-profiler
diff Comments.lua @ 375:4a4ed54e4201 6.0.2-6
Fixed comment issue with quests (take two) and fixed broken debug statement (take two).
author | MMOSimca <MMOSimca@gmail.com> |
---|---|
date | Sat, 22 Nov 2014 14:23:56 -0500 |
parents | de1f7476805e |
children | 95af8e72aa19 |
line wrap: on
line diff
--- a/Comments.lua Sat Nov 22 11:13:32 2014 -0500 +++ b/Comments.lua Sat Nov 22 14:23:56 2014 -0500 @@ -202,7 +202,7 @@ WDP:Print("You must select a quest from the World Map's Quest frame.") return end - local title, _, tag, _, is_header, _, _, _, idnum = _G.GetQuestLogTitle(index) + local title, _, _, is_header, _, _, _, idnum = _G.GetQuestLogTitle(index) if is_header then WDP:Print("You must select a quest from the World Map's Quest frame.") @@ -363,7 +363,7 @@ local quest_index = _G.GetQuestLogSelection() if quest_index and _G.QuestMapFrame:IsVisible() and not _G.QuestScrollFrame:IsVisible() then - local title, _, suggested_group, is_header, _, _, _, idnum = _G.GetQuestLogTitle(quest_index) + local title, _, _, is_header = _G.GetQuestLogTitle(quest_index) if not is_header then line = display:AddLine(("Quest: %s"):format(title))