Merge pull request #276 from ennorehling/feature/bug-2007-report-final-battle

Bug 2007: show battles in final report
This commit is contained in:
Enno Rehling 2015-08-16 12:20:42 +02:00
commit 09dc31f986
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) */