mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-09-11 21:45:43 -04:00
Added Content to Planetary Maps
Added Salons to Corellia, Naboo and Tatooine (Planetary Map) Added Hotel to Theed (Planetary Map)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import sys
|
||||
|
||||
def setup(core, object):
|
||||
core.mapService.addLocation(object.getPlanet(), 'Salon', object.getPosition().x, object.getPosition().z, 57, 0, 0)
|
||||
return
|
||||
@@ -1,4 +1,5 @@
|
||||
import sys
|
||||
|
||||
def setup(core, object):
|
||||
core.mapService.addLocation(object.getPlanet(), 'Hotel', object.getPosition().x, object.getPosition().z, 12, 0, 0)
|
||||
return
|
||||
@@ -1,4 +1,5 @@
|
||||
import sys
|
||||
|
||||
def setup(core, object):
|
||||
core.mapService.addLocation(object.getPlanet(), 'Salon', object.getPosition().x, object.getPosition().z, 57, 0, 0)
|
||||
return
|
||||
@@ -1,4 +1,5 @@
|
||||
import sys
|
||||
|
||||
def setup(core, object):
|
||||
core.mapService.addLocation(object.getPlanet(), 'Salon', object.getPosition().x, object.getPosition().z, 57, 0, 0)
|
||||
return
|
||||
@@ -1,4 +1,5 @@
|
||||
import sys
|
||||
|
||||
def setup(core, object):
|
||||
core.mapService.addLocation(object.getPlanet(), 'Salon', object.getPosition().x, object.getPosition().z, 57, 0, 0)
|
||||
return
|
||||
Reference in New Issue
Block a user