forked from 2009Scape/Server
Start on tutorial island, Set lumbridge as home spawn
This commit is contained in:
parent
c5d4e3d2ff
commit
9ce9ef962a
1 changed files with 2 additions and 2 deletions
|
|
@ -47,12 +47,12 @@ public final class ServerConstants {
|
|||
/**
|
||||
* The start location for a fresh account.
|
||||
*/
|
||||
public static final Location START_LOCATION = Location.create(3088, 3491, 0);
|
||||
public static final Location START_LOCATION = Location.create(3094, 3107, 0);
|
||||
|
||||
/**
|
||||
* The main home teleport location.
|
||||
*/
|
||||
public static final Location HOME_LOCATION = Location.create(3088, 3491, 0);
|
||||
public static final Location HOME_LOCATION = Location.create(3222, 3218, 0);
|
||||
|
||||
/**
|
||||
* The teleport destinations.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue