kingdoms: error -> warning if we cannot find a hard-coded race

This commit is contained in:
Enno Rehling 2005-11-26 00:01:26 +00:00
parent fd3b6ac6d3
commit e8a022ae75
1 changed files with 1 additions and 1 deletions

View File

@ -564,7 +564,7 @@ race_compat(void)
a_add(&rc->attribs, make_skillmod(NOSKILL, SMF_RIDING, NULL, 0.0, -1));
}
} else {
log_error(("could not find old race %s\n", oldracenames[i]));
log_warning(("could not find old race %s\n", oldracenames[i]));
}
}
}