From 1430da706d921fca82798af60b43671e5eefa3fc Mon Sep 17 00:00:00 2001 From: James Whitehead Ii Date: Tue, 29 Jan 2008 14:52:49 +0000 Subject: [PATCH] * Fix for WorldMap dots, since they were using the wrong texture --- TomTom_Waypoints.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TomTom_Waypoints.lua b/TomTom_Waypoints.lua index 15184ef..14b11aa 100644 --- a/TomTom_Waypoints.lua +++ b/TomTom_Waypoints.lua @@ -76,7 +76,7 @@ function TomTom:SetWaypoint(c,z,x,y,far,near,arrive,callback) point.world:RegisterForClicks("RightButtonUp") point.world.icon = point.world:CreateTexture() point.world.icon:SetAllPoints() - point.world.icon:SetTexture("Interface\\AddOns\\TomTom\\Images\\MinimapArrow-Green") + point.world.icon:SetTexture("Interface\\AddOns\\TomTom\\Images\\GoldGreenDot") -- Add the behavior scripts point.minimap:SetScript("OnEnter", Minimap_OnEnter) -- 1.7.9.5