forked from MagicBane/Server
remove - for half-giant
This commit is contained in:
@@ -183,6 +183,7 @@ public class ItemTemplate {
|
||||
String race = (String) o;
|
||||
race = race.replaceAll("\\s", "");
|
||||
race = race.replaceAll(",", "");
|
||||
race = race.replaceAll("-", "");
|
||||
|
||||
if (restrict)
|
||||
item_race_res.add(Enum.MonsterType.valueOf(race));
|
||||
|
||||
Reference in New Issue
Block a user