From c59e13f0aab3ed00ce6b8db240543a8142d12cb2 Mon Sep 17 00:00:00 2001 From: randy Date: Wed, 5 Mar 2025 15:50:40 -0700 Subject: [PATCH] Added Spirit Weed Seeds to Master Farmer drop table --- Server/src/main/content/global/skill/thieving/Pickpockets.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/Server/src/main/content/global/skill/thieving/Pickpockets.kt b/Server/src/main/content/global/skill/thieving/Pickpockets.kt index 4580f2518..e4c1eda77 100644 --- a/Server/src/main/content/global/skill/thieving/Pickpockets.kt +++ b/Server/src/main/content/global/skill/thieving/Pickpockets.kt @@ -122,6 +122,7 @@ enum class Pickpockets(val ids: IntArray, val requiredLevel: Int, val low: Doubl WeightedItem(Items.TARROMIN_SEED_5293,1,1,50.0), WeightedItem(Items.HARRALANDER_SEED_5294,1,1,25.0), WeightedItem(Items.RANARR_SEED_5295,1,1,8.0), + WeightedItem(Items.SPIRIT_WEED_SEED_12176,1,1,8.0), WeightedItem(Items.TOADFLAX_SEED_5296,1,1,8.0), WeightedItem(Items.IRIT_SEED_5297,1,1,8.0), WeightedItem(Items.AVANTOE_SEED_5298,1,1,8.0),