saetor race as minotaurs

This commit is contained in:
2024-06-11 18:48:33 -05:00
parent 3649c629b7
commit bc8094c20c
+2
View File
@@ -172,6 +172,8 @@ public class Enum {
} }
public static RaceType getRaceTypebyRuneID(int runeID) { public static RaceType getRaceTypebyRuneID(int runeID) {
if(runeID == 1999)
return _raceTypeByID.get(2017);
return _raceTypeByID.get(runeID); return _raceTypeByID.get(runeID);
} }