mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-30 00:15:57 -04:00
Added Junkdealers to Corellia( a lot Coords missing) Added Junkdealers to Naboo(a lot Coords missing)
13 lines
199 B
Python
13 lines
199 B
Python
|
|
import sys
|
|
from resources.datatables import Options
|
|
from resources.datatables import StateStatus
|
|
|
|
|
|
def addPlanetSpawns(core, planet):
|
|
|
|
|
|
#junkdealer will be added as soon as i find coords
|
|
|
|
return
|