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.
11 lines
215 B
Python
11 lines
215 B
Python
|
|
import sys
|
|
from resources.datatables import Options
|
|
from resources.datatables import StateStatus
|
|
|
|
def addPlanetSpawns(core, planet):
|
|
#This Script is no longer to be used for NPC Scripting. - Levarris
|
|
|
|
|
|
return
|