Enlarge lumbridge zone

This commit is contained in:
RedSparr0w
2019-10-12 14:00:39 +13:00
parent d62294ef4e
commit fab2b25fb0
3 changed files with 22 additions and 3 deletions
+1 -1
View File
@@ -19,5 +19,5 @@ public class Variables {
currentStatus = i;
}
public final static Zone LUMBRIDGE_NORMAL_TREE_ZONE = new Zone(new Tile(3186, 3249), new Tile(3207, 3234));
public final static Zone LUMBRIDGE_NORMAL_TREE_ZONE = new Zone(new Tile(3140, 3260), new Tile(3206, 3206));
}