From 1fb6d6a316d0974f4d213c4b8ac5860d8aaf12d5 Mon Sep 17 00:00:00 2001 From: kennethedmonds Date: Wed, 5 Nov 2025 19:16:40 -0600 Subject: [PATCH] Switched the achievement from 9 to 2 in furtradinginterface --- .../main/content/global/handlers/iface/FurClothingInterface.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/src/main/content/global/handlers/iface/FurClothingInterface.kt b/Server/src/main/content/global/handlers/iface/FurClothingInterface.kt index 8e1ca000b..f393bf3dd 100644 --- a/Server/src/main/content/global/handlers/iface/FurClothingInterface.kt +++ b/Server/src/main/content/global/handlers/iface/FurClothingInterface.kt @@ -173,7 +173,7 @@ class FurClothingInterface : ComponentPlugin(){ player, DiaryType.VARROCK, 2, // Hard tier - 9 // HardTasks.FANCY_DRESS_SELLER_TRADE_FURS + 2 // HardTasks.FANCY_DRESS_SELLER_TRADE_FURS ) } }