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