forked from MagicBane/Server
Case fix in elements
This commit is contained in:
@@ -1496,7 +1496,7 @@ public class Enum {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public enum ClassType {
|
public enum ClassType {
|
||||||
FighterR(SexType.NONE),
|
Fighter(SexType.NONE),
|
||||||
Healer(SexType.NONE),
|
Healer(SexType.NONE),
|
||||||
Rogue(SexType.NONE),
|
Rogue(SexType.NONE),
|
||||||
Mage(SexType.NONE),
|
Mage(SexType.NONE),
|
||||||
|
|||||||
Reference in New Issue
Block a user