From 8df7abc8d3a15df2cb8f883c63eaa37995f8fdb4 Mon Sep 17 00:00:00 2001 From: Levarrishawk Date: Wed, 4 Dec 2013 19:39:46 -0500 Subject: [PATCH] Corrected Deeja Peak Location --- scripts/static_map_locations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/static_map_locations.py b/scripts/static_map_locations.py index 62070749..c0d85263 100644 --- a/scripts/static_map_locations.py +++ b/scripts/static_map_locations.py @@ -74,7 +74,7 @@ def nabooLocations(core, planet): mapService.addLocation(planet, 'Theed', -5488, 4380, 17, 0, 0) mapService.addLocation(planet, 'Keren', 1888, 2700, 17, 0, 0) mapService.addLocation(planet, 'Moenia', 4836, -4830.5, 17, 0, 0) - mapService.addLocation(planet, 'Deeja Peek', 4686, -1375, 17, 0, 0) + mapService.addLocation(planet, 'Deeja Peak', 4686, -1375, 17, 0, 0) mapService.addLocation(planet, 'Kaadara', 5288, 6687, 17, 0, 0) def roriLocations(core, planet):