diff --git a/Server/src/org/crandor/game/world/GameWorld.java b/Server/src/org/crandor/game/world/GameWorld.java index 58465cfd3..4455e8c9d 100644 --- a/Server/src/org/crandor/game/world/GameWorld.java +++ b/Server/src/org/crandor/game/world/GameWorld.java @@ -313,6 +313,7 @@ public final class GameWorld { //LandscapeParser.addGameObject(new GameObject(6097, new Location(2343, 3690, 0), 10, 0)); LandscapeParser.addGameObject(new GameObject(1317, new Location(2343, 3690, 0), 10, 3)); LandscapeParser.addGameObject(new GameObject(1814, new Location(3090, 3475, 0), 4, 0));//edgeville lever + LandscapeParser.addGameObject(new GameObject(1293, new Location(2461, 3446, 0), 10,0)); // Gnome Stronghold Spirit Tree NPC[] npcs = new NPC[]{new NPC(494, new Location(2327, 3687, 0))}; for (NPC npc : npcs) { npc.setDirection(Direction.EAST);