From 12f2c308aa2f37c92ccb1c54738227cfd40913d9 Mon Sep 17 00:00:00 2001 From: Ateryk Date: Sun, 11 Dec 2022 08:22:56 +0000 Subject: [PATCH] Fixed wielding level requirement for dragon axe, no longer requires a woodcutting level to wield --- Server/data/configs/item_configs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/data/configs/item_configs.json b/Server/data/configs/item_configs.json index 822d7e55d..c705bdf69 100644 --- a/Server/data/configs/item_configs.json +++ b/Server/data/configs/item_configs.json @@ -61111,7 +61111,7 @@ "id": "6738" }, { - "requirements": "{0,60}-{8,61}", + "requirements": "{0,60}", "ge_buy_limit": "10", "examine": "A very powerful axe.", "has_special": "true",