do not remove battles from dead faction before writing the report.

This commit is contained in:
Enno Rehling 2015-08-16 12:06:05 +02:00
parent 9dbcbe4e65
commit 3fe0e62105
1 changed files with 0 additions and 8 deletions

View File

@ -310,14 +310,6 @@ void destroyfaction(faction * f)
free(f->spellbook);
f->spellbook = 0;
}
while (f->battles) {
struct bmsg *bm = f->battles;
f->battles = bm->next;
if (bm->msgs) {
free_messagelist(bm->msgs);
}
free(bm);
}
while (u) {
/* give away your stuff, make zombies if you cannot (quest items) */