Update SWGList, add gild deltas, play title delta

This commit is contained in:
Treeku
2013-07-24 01:50:51 +01:00
parent 04dabef565
commit a0afc196f4
18 changed files with 1092 additions and 340 deletions
+1 -1
View File
@@ -155,7 +155,7 @@ public class ObjectService implements INetworkDispatch {
} else if(Template.startsWith("object/guild")) {
object = new GuildObject(objectID, planet, position, orientation, Template);
object = new GuildObject(core, objectID, planet, position, orientation, Template);
} else {