forked from 2009Scape/Server
closes #120 added gnome stronghold spirit tree
This commit is contained in:
parent
3c17423d8d
commit
98cd103583
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue