Orc Mage should be a mage class.

This commit is contained in:
MobiusDev 2016-07-17 13:06:24 +00:00
parent edcefadfed
commit 4483feec61

View File

@ -92,7 +92,7 @@ public enum ClassId implements IIdentifiable
ORC_MONK(47, false, Race.ORC, ORC_FIGHTER),
TYRANT(48, false, Race.ORC, ORC_MONK),
ORC_MAGE(49, false, Race.ORC, null),
ORC_MAGE(49, true, Race.ORC, null),
ORC_SHAMAN(50, true, Race.ORC, ORC_MAGE),
OVERLORD(51, true, Race.ORC, ORC_SHAMAN),
WARCRYER(52, true, Race.ORC, ORC_SHAMAN),