Added Item Attributes, fixed all scripts, fixed engine compile error

This commit is contained in:
Light2
2013-07-08 01:52:02 +02:00
parent 7d66690c49
commit 0560010189
27 changed files with 297 additions and 39 deletions
+2 -1
View File
@@ -114,7 +114,8 @@ public class SimulationService implements INetworkDispatch {
core.commandService.registerCommand("serverdestroyobject");
core.commandService.registerCommand("giveitem");
core.commandService.registerCommand("object");
core.commandService.registerCommand("getattributesbatch");
}
public void add(SWGObject object, int x, int y) {