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:
@@ -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,
|
||||
|
||||
@@ -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)
|
||||
));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user