Start of Life Day

Added basic Npcs to the Lifeday event in Wafar.
Need to do.
Find a way to bind an ID to a spawned item, as Static id's are refresh
every server reset.
This commit is contained in:
Wefi
2013-11-09 21:54:09 -06:00
parent 1c9e068f2e
commit 0086c6e35d
5 changed files with 42 additions and 0 deletions
+1
View File
@@ -140,6 +140,7 @@ public class SimulationService implements INetworkDispatch {
core.commandService.registerCommand("duel");
core.commandService.registerCommand("purchaseticket");
core.commandService.registerCommand("boardshuttle");
core.commandService.registerCommand("getplayerid");
}