for whatever reason spawned_tracker for npc_died just refuses to work

This commit is contained in:
DarthArgus
2015-10-18 14:02:21 -05:00
parent 1d0dfca9c7
commit fe602f3e87
2 changed files with 2 additions and 2 deletions
@@ -11,4 +11,4 @@
sharedTemplate = "object/building/yavin/shared_temple_exar_kun.iff"
scripts = +["theme_park.yavin4.exar_kun_temple_spawner"]
scripts = +["theme_park.rebel.exar_kun_temple_spawner"]
@@ -1,4 +1,4 @@
package script.systems.spawning;
package script.theme_park.npc_died.spawned_tracker;
import script.*;
import script.base_class.*;