kourend library plugin: Use correct enum naming convention
This commit is contained in:
@@ -34,7 +34,7 @@ enum LibraryCustomer
|
|||||||
{
|
{
|
||||||
VILLIA(NpcID.VILLIA, "Villia"),
|
VILLIA(NpcID.VILLIA, "Villia"),
|
||||||
PROFESSOR_GRACKLEBONE(NpcID.PROFESSOR_GRACKLEBONE, "Prof. Gracklebone"),
|
PROFESSOR_GRACKLEBONE(NpcID.PROFESSOR_GRACKLEBONE, "Prof. Gracklebone"),
|
||||||
Sam(NpcID.SAM_7049, "Sam");
|
SAM(NpcID.SAM_7049, "Sam");
|
||||||
|
|
||||||
@Getter
|
@Getter
|
||||||
private final int id;
|
private final int id;
|
||||||
|
|||||||
Reference in New Issue
Block a user