From 8376de03231802c7711fa05fed0f2130906ed925 Mon Sep 17 00:00:00 2001 From: "James D. Callahan III" Date: Wed, 31 Mar 2010 20:15:16 -0400 Subject: [PATCH] Removed assignment of quest names from addon:addLookupList(). --- ARL.lua | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/ARL.lua b/ARL.lua index bcd0c72..c3372bb 100644 --- a/ARL.lua +++ b/ARL.lua @@ -1225,16 +1225,6 @@ do DB[ID]["coord_y"] = coord_y end - if DB == private.quest_list then - GameTooltip:SetOwner(UIParent, ANCHOR_NONE) - GameTooltip:SetHyperlink("quest:"..tostring(ID)) - - local quest_name = _G["GameTooltipTextLeft1"]:GetText() - GameTooltip:Hide() - - DB[ID].name = quest_name or "Missing name: Quest "..ID - end - --@alpha@ if not location and DB ~= private.custom_list then self:Debug("Lookup ID: %d (%s) has an unknown location.", ID, DB[ID].name or _G.UNKNOWN) -- 1.7.9.5