From 6a257aa896f35b213abdee4572cde7be5dd4bb79 Mon Sep 17 00:00:00 2001 From: "James D. Callahan III" Date: Tue, 6 Jul 2010 17:23:00 -0400 Subject: [PATCH] List entries of the types "World Drop" or "Custom" will no longer show a tooltip hint for creating waypoints. --- Frame.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frame.lua b/Frame.lua index 8db63be..1a79f62 100644 --- a/Frame.lua +++ b/Frame.lua @@ -902,7 +902,7 @@ do ttAdd(0, -1, 0, L["CTRL_CLICK"], color_1) ttAdd(0, -1, 0, L["SHIFT_CLICK"], color_1) - if (_G.TomTom or _G.Cartographer_Waypoints) and (addon.db.profile.worldmap or addon.db.profile.minimap) then + if acquire_id ~= A.WORLD_DROP and acquire_id ~= A.CUSTOM and (_G.TomTom or _G.Cartographer_Waypoints) and (addon.db.profile.worldmap or addon.db.profile.minimap) then ttAdd(0, -1, 0, L["CTRL_SHIFT_CLICK"], color_1) end end -- 1.7.9.5