closes #120 added gnome stronghold spirit tree

This commit is contained in:
Ceikry 2020-03-14 15:33:08 -05:00
parent 3c17423d8d
commit 98cd103583

View file

@ -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);