Updated engine, added bank terminals to bank buildings

This commit is contained in:
Light2
2013-11-25 16:29:01 +01:00
parent b2e560f989
commit 23aeb02249
12 changed files with 35 additions and 8 deletions
+1 -1
View File
@@ -485,11 +485,11 @@ public class ObjectService implements INetworkDispatch {
CmdStartScene startScene = new CmdStartScene((byte) 0, objectId, creature.getPlanet().getPath(), creature.getTemplate(), position.x, position.y, position.z, System.currentTimeMillis() / 1000, 0);
session.write(startScene.serialize());
creature.makeAware(creature);
creature.makeAware(core.guildService.getGuildObject());
core.simulationService.handleZoneIn(client);
creature.makeAware(creature);
CmdSceneReady sceneReady = new CmdSceneReady();
client.getSession().write(sceneReady.serialize());