forked from github/server
kingdoms: error -> warning if we cannot find a hard-coded race
This commit is contained in:
parent
fd3b6ac6d3
commit
e8a022ae75
|
@ -564,7 +564,7 @@ race_compat(void)
|
||||||
a_add(&rc->attribs, make_skillmod(NOSKILL, SMF_RIDING, NULL, 0.0, -1));
|
a_add(&rc->attribs, make_skillmod(NOSKILL, SMF_RIDING, NULL, 0.0, -1));
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
log_error(("could not find old race %s\n", oldracenames[i]));
|
log_warning(("could not find old race %s\n", oldracenames[i]));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue