Fix spelling of Taverley

The small village north-west of Falador is called Taverley, not Taverly.
A code comment in agility plugin and the UI of farming plugin indicated
incorrect names.
This commit is contained in:
Juuso Lapinlampi
2018-06-04 19:00:55 +00:00
committed by Adam
parent eaa8b2d2c0
commit 18de7a3d81
2 changed files with 2 additions and 2 deletions

View File

@@ -128,7 +128,7 @@ public class Obstacles
GAP_29326,
// Gnome Stronghold Slayer Underground
TUNNEL_30174, TUNNEL_30175,
// Taverly Underground
// Taverley Underground
OBSTACLE_PIPE_16509, STRANGE_FLOOR, ROCKS, ROCKS_14106, LOOSE_RAILING_28849,
// Heroes Guild
CREVICE_9739, CREVICE_9740,

View File

@@ -200,7 +200,7 @@ public class FarmingWorld
new FarmingPatch("", Varbits.FARMING_4771, PatchImplementation.CALQUAT)
));
add(new FarmingRegion("Taverly", 11573,
add(new FarmingRegion("Taverley", 11573,
new FarmingPatch("", Varbits.FARMING_4771, PatchImplementation.TREE)
));