diff --git a/.idea/vcs.xml b/.idea/vcs.xml index 5c3aad7..e9a673a 100644 --- a/.idea/vcs.xml +++ b/.idea/vcs.xml @@ -1,6 +1,7 @@ + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 469504c..8979b17 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,7 +1,13 @@ - + + + + + + + - + @@ -72,4 +79,15 @@ + + + \ No newline at end of file diff --git a/src/ParaScript/data/Variables.java b/src/ParaScript/data/Variables.java index 511a9b6..ecff472 100644 --- a/src/ParaScript/data/Variables.java +++ b/src/ParaScript/data/Variables.java @@ -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)); }