* Fixed a bug that could occur when zoning into instances
James Whitehead Ii [03-15-08 - 09:29]
* Fixed a bug that could occur when zoning into instances
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