From f0d7b82bf9920d06ed9b32512ca80dd158e16238 Mon Sep 17 00:00:00 2001 From: Zerken Date: Wed, 1 Mar 2023 03:37:20 +0000 Subject: [PATCH] Added the HAM robe set and monk's robes to the allowed items for Entrana --- .../src/main/core/cache/def/impl/ItemDefinition.java | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Server/src/main/core/cache/def/impl/ItemDefinition.java b/Server/src/main/core/cache/def/impl/ItemDefinition.java index 877fbbce4..e4eb8f361 100644 --- a/Server/src/main/core/cache/def/impl/ItemDefinition.java +++ b/Server/src/main/core/cache/def/impl/ItemDefinition.java @@ -650,7 +650,16 @@ public class ItemDefinition extends Definition { Items.REGEN_BRACELET_11133, Items.WARLOCK_CLOAK_14081, Items.WARLOCK_LEGS_14077, - Items.WARLOCK_TOP_14076 + Items.WARLOCK_TOP_14076, + Items.MONKS_ROBE_542, + Items.MONKS_ROBE_544, + Items.HAM_SHIRT_4298, + Items.HAM_ROBE_4300, + Items.HAM_HOOD_4302, + Items.HAM_CLOAK_4304, + Items.HAM_LOGO_4306, + Items.GLOVES_4308, + Items.BOOTS_4310 )); private static final HashSet entranaBannedItems = new HashSet(Arrays.asList( /**Items.BUTTERFLY_NET_10010, easing the restriction until barehanded implementation**/