From ec6e763111307ea313b2894e48699599c5627547 Mon Sep 17 00:00:00 2001 From: ackis Date: Wed, 2 Sep 2009 17:59:59 +0000 Subject: [PATCH] Add some debugging in to find invallid locations. --- ARLFrame.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ARLFrame.lua b/ARLFrame.lua index cd8a4d2..916d718 100644 --- a/ARLFrame.lua +++ b/ARLFrame.lua @@ -775,6 +775,11 @@ do end if ((zone) and (continent)) then + --@alpha@ + if (x == 0) and (y == 0) then + addon:Print("DEBUG: Location is 0,0 for ID " .. k .. " Location: " .. location) + end + --@end-alpha@ local iconuid = TomTom:AddZWaypoint(continent, zone, x, y, n, false, minimap, worldmap) tinsert(iconlist, iconuid) end -- 1.7.9.5