Browse Source

Case fix in elements

combat-2
MagicBot 9 months ago
parent
commit
9be32a3ebf
  1. 8
      src/engine/Enum.java

8
src/engine/Enum.java

@ -1496,10 +1496,10 @@ public class Enum { @@ -1496,10 +1496,10 @@ public class Enum {
}
public enum ClassType {
FIGHTER(SexType.NONE),
HEALER(SexType.NONE),
ROGUE(SexType.NONE),
MAGE(SexType.NONE),
FighterR(SexType.NONE),
Healer(SexType.NONE),
Rogue(SexType.NONE),
Mage(SexType.NONE),
Assassin(SexType.NONE),
Barbarian(SexType.NONE),
Bard(SexType.NONE),

Loading…
Cancel
Save