mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-21 09:02:07 -07:00
Farming Fix
- Add Amaethwr to payable farmers for fruit trees.
This commit is contained in:
parent
49a7d01d6d
commit
2a55047801
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ enum class Farmers(val id: Int, val patches: Array<FarmingPatch>) {
|
|||
ELLENA(2331, arrayOf(FarmingPatch.CATHERBY_FRUIT_TREE)),
|
||||
GARTH(2330,arrayOf(FarmingPatch.BRIMHAVEN_FRUIT_TREE)),
|
||||
GILETH(2344,arrayOf(FarmingPatch.TREE_GNOME_VILLAGE_FRUIT_TREE)),
|
||||
AMAETHWR(2860,arrayOf(FarmingPatch.LLETYA_FRUIT_TREE)),
|
||||
SELENA(2332, arrayOf(FarmingPatch.YANILLE_HOPS)),
|
||||
KRAGEN(2325, arrayOf(FarmingPatch.ARDOUGNE_ALLOTMENT_N,FarmingPatch.ARDOUGNE_ALLOTMENT_S)),
|
||||
BOLONGO(2343, arrayOf(FarmingPatch.GNOME_STRONGHOLD_FRUIT_TREE)),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue