BUG 2383: Delete an invalid assertion.

https://bugs.eressea.de/view.php?id=2383
This commit is contained in:
Enno Rehling 2017-11-07 19:42:00 +01:00
parent 98be298d72
commit 5a0a1f495b
1 changed files with 0 additions and 2 deletions

View File

@ -853,8 +853,6 @@ void cr_output_unit(stream *out, const region * r, const faction * f,
stream_printf(out, "\"%s\";Typ\n",
translate(zRace, LOC(f->locale, zRace)));
if (u->faction == f && irace != u_race(u)) {
assert(skill_enabled(SK_STEALTH)
|| !"we're resetting this on load, so.. ircase should never be used");
zRace = rc_name_s(u_race(u), NAME_PLURAL);
stream_printf(out, "\"%s\";wahrerTyp\n",
translate(zRace, LOC(f->locale, zRace)));