fix(marker): wrong cords

This commit is contained in:
Romain Lanz
2017-10-07 16:07:02 +02:00
parent 0337bf1ff5
commit 814dc92dae
+2 -2
View File
@@ -15,7 +15,7 @@ Config.Shops = {
{x = 136.826, y = -1708.373, z = 28.291},
{x = -1282.604, y = -1116.757, z = 5.990},
{x = 1931.513, y = 3729.671, z = 31.844},
{x = 1212.840, y = -472.921, z = 62.208},
{x = 1212.840, y = -472.921, z = 65.208},
{x = -32.885, y = -152.319, z = 56.076},
{x = -278.077, y = 6228.463, z = 30.695},
}
@@ -29,4 +29,4 @@ for i=1, #Config.Shops, 1 do
Type = Config.MarkerType
}
end
end