rl-client/chatcommands/Pet: add abyssal protector

This commit is contained in:
Max Weber
2022-03-22 12:21:00 -06:00
parent 4ebcb524b5
commit 963dc72d19

View File

@@ -80,7 +80,9 @@ enum Pet
LITTLE_NIGHTMARE("Little nightmare", ItemID.LITTLE_NIGHTMARE),
LIL_CREATOR("Lil' creator", ItemID.LIL_CREATOR),
TINY_TEMPOR("Tiny tempor", ItemID.TINY_TEMPOR),
NEXLING("Nexling", ItemID.NEXLING);
NEXLING("Nexling", ItemID.NEXLING),
ABYSSAL_PROTECTOR("Abyssal protector", ItemID.ABYSSAL_PROTECTOR),
;
private final String name;
private final Integer iconID;