diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/chatcommands/Pet.java b/runelite-client/src/main/java/net/runelite/client/plugins/chatcommands/Pet.java index 9c84c17fda..2583be2d22 100644 --- a/runelite-client/src/main/java/net/runelite/client/plugins/chatcommands/Pet.java +++ b/runelite-client/src/main/java/net/runelite/client/plugins/chatcommands/Pet.java @@ -79,7 +79,8 @@ enum Pet YOUNGLLEF("Youngllef", ItemID.YOUNGLLEF), LITTLE_NIGHTMARE("Little nightmare", ItemID.LITTLE_NIGHTMARE), LIL_CREATOR("Lil' creator", ItemID.LIL_CREATOR), - TINY_TEMPOR("Tiny tempor", ItemID.TINY_TEMPOR); + TINY_TEMPOR("Tiny tempor", ItemID.TINY_TEMPOR), + NEXLING("Nexling", ItemID.NEXLING); private final String name; private final Integer iconID;