This commit is contained in:
2024-02-24 14:39:48 -05:00
parent 4352e95f82
commit b2cf15139a
+3
View File
@@ -185,6 +185,9 @@ public class ItemTemplate {
race = race.replaceAll(",", "");
race = race.replaceAll("-", "");
if (race.equals("HalfGiant"))
race = "Half-Giant";
if (restrict)
item_race_res.add(Enum.MonsterType.valueOf(race));
else