changeset 17:e57541794df4 Release

Fixed an issue with VoTFW not showing nodes properly.
author only1yzerman
date Sun, 08 Sep 2013 22:47:19 -0400
parents fc1aca069319
children c530327b423c
files ZoneDatum.lua
diffstat 1 files changed, 14 insertions(+), 15 deletions(-) [+]
line wrap: on
line diff
--- a/ZoneDatum.lua	Sun Sep 08 22:15:00 2013 -0400
+++ b/ZoneDatum.lua	Sun Sep 08 22:47:19 2013 -0400
@@ -114,23 +114,22 @@
         { 1033.333,  -1556.250,  -1370.833 },
     },
     {
-		   { 3568.751,  -6139.583,  -1416.667 }, 1 - Dread Wastes
-		   { 1191.667,  -2004.167,  -6697.916 }, 2 - Isle of Giants
-		   { 2756.000,  -7654.166,  -8147.916 }, 3 - Isle of Thunder
-		   { 3125.000,  -2947.917,    110.416 }, 4 - Krasarang Wilds
-		   { 4172.917,  -4839.583,  -5618.750 }, 5 - Kun-Lai Summit
-		   {    0.000,      0.000,      0.000 }, 6 - Shrine of Seven Stars
-		   {    0.000,      0.000,      0.000 }, 7 - Shrine of Two Moons
-		   { 4654.167,  -1452.083,  -3652.083 }, 8 - The Jade Forest (806)
-		   { 1195.833,   -812.500,  -1689.583 }, 9 - The Veiled Stair (TheHiddenPass) (873)
-		   {     1600,   4083.334,   -233.334 }, 10 - Timeless Isle (951)
-		   { 3829.166,  -7079.166,  -4558.333 }, 11 - Townlong Steppes* (10)
-		   { 1687.501,  -2481.250,  -1947.917 }, 12 - Vale of Eternal Blossoms* (811) (11)
-		   { 2616.667,  -2679.167,  -1095.833 }, 13 - Valley of the Four Winds* (12)
+		   { 3568.751,  -6139.583,  -1416.667 }, --1 - Dread Wastes
+		   { 1191.667,  -2004.167,  -6697.916 }, --2 - Isle of Giants
+		   { 2756.000,  -7654.166,  -8147.916 }, --3 - Isle of Thunder
+		   { 3125.000,  -2947.917,    110.416 }, --4 - Krasarang Wilds
+		   { 4172.917,  -4839.583,  -5618.750 }, --5 - Kun-Lai Summit
+		   {    0.000,      0.000,      0.000 }, --6 - Shrine of Seven Stars
+		   {    0.000,      0.000,      0.000 }, --7 - Shrine of Two Moons
+		   { 4654.167,  -1452.083,  -3652.083 }, --8 - The Jade Forest (806)
+		   { 1195.833,   -812.500,  -1689.583 }, --9 - The Veiled Stair (TheHiddenPass) (873)
+		   {     1600,   4083.334,   -233.334 }, --10 - Timeless Isle (951)
+		   { 3829.166,  -7079.166,  -4558.333 }, --11 - Townlong Steppes* (10)
+		   { 1687.501,  -2481.250,  -1947.917 }, --12 - Vale of Eternal Blossoms* (811) (11)
+		   { 2616.667,  -2679.167,  -1095.833 }, --13 - Valley of the Four Winds* (12)
 		 },
         
 	LocalToGlobal = function(x, y, datum)
 		return x * datum[1] * 1.5 + datum[2], y * datum[1] + datum[3];
 	end;
-};
-
+};
\ No newline at end of file