From 3c03a07c62869e6f5083a84aed427a3f6d7f95e1 Mon Sep 17 00:00:00 2001 From: James Whitehead Ii Date: Sat, 15 Mar 2008 09:29:34 +0000 Subject: [PATCH] * Fixed a bug that could occur when zoning into instances --- TomTom_Waypoints.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TomTom_Waypoints.lua b/TomTom_Waypoints.lua index 02add53..12580f8 100644 --- a/TomTom_Waypoints.lua +++ b/TomTom_Waypoints.lua @@ -337,7 +337,7 @@ do function Minimap_OnEvent(self, event, ...) if event == "PLAYER_ENTERING_WORLD" then - local data = self.data + local data = self.point Astrolabe:PlaceIconOnMinimap(self, data.c, data.z, data.x, data.y) end end -- 1.7.9.5