diff --git a/2006Scape Server/src/main/java/com/rs2/game/items/ItemData.java b/2006Scape Server/src/main/java/com/rs2/game/items/ItemData.java index eb8603cc..c8d527d7 100644 --- a/2006Scape Server/src/main/java/com/rs2/game/items/ItemData.java +++ b/2006Scape Server/src/main/java/com/rs2/game/items/ItemData.java @@ -143,9 +143,9 @@ public class ItemData { "Armadyl helmet", "Berserker helm", "Archer helm", "Farseer helm", "Warrior helm", "Void"}; /* Fullmask covers your entire head. */ - private static String[] fullmask = { "full helm(t)", "full helm(g)", "full helm", "mask", "Veracs helm", + private static String[] fullmask = { "full helm (t)", "full helm (g)", "full helm", "mask", "Veracs helm", "Guthans helm", "Karils coif", "mask", "Torags helm", "Void", "helmet", - "sallet", "Facemask", "Bearhead"}; + "sallet", "Facemask", "Bearhead", "Leather cowl"}; public static boolean isFullBody(int itemId) { if(itemId == -1)