mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-09-11 21:45:43 -04:00
Fixed bug where static spawns weren't spawning, added scout trooper belt, removed unneeded placeholders, changed quarantine zone static spaw
This commit is contained in:
@@ -17,12 +17,12 @@ def addPlanetSpawns(core, planet):
|
||||
|
||||
#rebrecruiter tyrena
|
||||
tyrenaCantina = core.objectService.getObject(long(2625352))
|
||||
if tyrenaCantina not None:
|
||||
if tyrenaCantina is not None:
|
||||
stcSvc.spawnObject('rebel_recruiter', 'corellia', tyrenaCantina.getCellByCellNumber(11), float(-25.8), float(-0.9), float(0.4), float(0), float(-0.707), float(0), float(0.707))
|
||||
|
||||
#cnet cantina
|
||||
cnetCantina = core.objectService.getObject(long(8105493))
|
||||
if cnetCantina not None:
|
||||
if cnetCantina is not None:
|
||||
stcSvc.spawnObject('rebel_recruiter', 'corellia', cnetCantina.getCellByCellNumber(11), float(-25.8), float(-0.9), float(0.4), float(0), float(-0.707), float(0), float(0.707))
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user