mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-09-11 21:45:43 -04:00
Merge pull request #96 from DAK-/patch-1
Update static_map_locations.py
This commit is contained in:
@@ -59,11 +59,11 @@ def corelliaLocations(core, planet):
|
||||
# Cities
|
||||
|
||||
mapService.addLocation(planet, 'Coronet', -178, -4504, 17, 0, 0)
|
||||
mapService.addLocation(planet, 'Tyrena', -5140, 2450, 17, 0, 0)
|
||||
mapService.addLocation(planet, 'Tyrena', -5140, -2450, 17, 0, 0)
|
||||
mapService.addLocation(planet, 'Bela Vistal', 6766, -5692, 17, 0, 0)
|
||||
mapService.addLocation(planet, 'Kor Vella', -3420, 3146, 17, 0, 0)
|
||||
mapService.addLocation(planet, 'Doaba Guerfel', 3274, 5582, 17, 0, 0)
|
||||
mapService.addLocation(planet, 'Vreni Island', -5538, 6176, 17, 0, 0)
|
||||
mapService.addLocation(planet, 'Vreni Island', -5538, -6176, 17, 0, 0)
|
||||
|
||||
def nabooLocations(core, planet):
|
||||
|
||||
@@ -158,4 +158,4 @@ def lokLocations(core, planet):
|
||||
|
||||
#mapService.addLocation(planet, 'Pandath Spaceport', 0, 0, 17, 0, 0)
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user