kourend library plugin: Use correct enum naming convention

This commit is contained in:
Devin
2018-07-26 18:45:15 -07:00
parent 28520dcfe7
commit 025cd6917d

View File

@@ -34,7 +34,7 @@ enum LibraryCustomer
{
VILLIA(NpcID.VILLIA, "Villia"),
PROFESSOR_GRACKLEBONE(NpcID.PROFESSOR_GRACKLEBONE, "Prof. Gracklebone"),
Sam(NpcID.SAM_7049, "Sam");
SAM(NpcID.SAM_7049, "Sam");
@Getter
private final int id;