race type cleanup for saetor

This commit is contained in:
2025-02-22 18:58:49 -06:00
parent 1f63df4f08
commit 0571d5ded3
-2
View File
@@ -171,8 +171,6 @@ public class Enum {
}
public static RaceType getRaceTypebyRuneID(int runeID) {
if(runeID == 1999)
return _raceTypeByID.get(2017);
return _raceTypeByID.get(runeID);
}