rl-client/chatcommands/Pet: add abyssal protector
This commit is contained in:
@@ -80,7 +80,9 @@ enum Pet
|
|||||||
LITTLE_NIGHTMARE("Little nightmare", ItemID.LITTLE_NIGHTMARE),
|
LITTLE_NIGHTMARE("Little nightmare", ItemID.LITTLE_NIGHTMARE),
|
||||||
LIL_CREATOR("Lil' creator", ItemID.LIL_CREATOR),
|
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);
|
NEXLING("Nexling", ItemID.NEXLING),
|
||||||
|
ABYSSAL_PROTECTOR("Abyssal protector", ItemID.ABYSSAL_PROTECTOR),
|
||||||
|
;
|
||||||
|
|
||||||
private final String name;
|
private final String name;
|
||||||
private final Integer iconID;
|
private final Integer iconID;
|
||||||
|
|||||||
Reference in New Issue
Block a user