Fix KitType index for the head slot

This commit is contained in:
trimbe
2018-10-02 13:56:48 -04:00
parent 347d5b2ef7
commit 6a1dc1bd5f

View File

@@ -36,13 +36,14 @@ import net.runelite.api.PlayerComposition;
*/ */
public enum KitType public enum KitType
{ {
HEAD(0),
CAPE(1), CAPE(1),
AMULET(2), AMULET(2),
WEAPON(3), WEAPON(3),
TORSO(4), TORSO(4),
SHIELD(5), SHIELD(5),
LEGS(7), LEGS(7),
HEAD(8), HAIR(8),
HANDS(9), HANDS(9),
BOOTS(10), BOOTS(10),
JAW(11); JAW(11);