mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-14 00:02:07 -04:00
Removed all rudimentary NPC spawns from scripts pending the completion of proper NPC coding.
8 lines
141 B
Python
8 lines
141 B
Python
import sys
|
|
|
|
def addPlanetSpawns(core, planet):
|
|
|
|
stcSvc = core.staticService
|
|
#this script is no longer for NPC spawning - Levarris
|
|
|
|
return |