forked from github/server
Merge pull request #276 from ennorehling/feature/bug-2007-report-final-battle
Bug 2007: show battles in final report
This commit is contained in:
commit
09dc31f986
|
@ -310,14 +310,6 @@ void destroyfaction(faction * f)
|
||||||
free(f->spellbook);
|
free(f->spellbook);
|
||||||
f->spellbook = 0;
|
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) {
|
while (u) {
|
||||||
/* give away your stuff, make zombies if you cannot (quest items) */
|
/* give away your stuff, make zombies if you cannot (quest items) */
|
||||||
|
|
Loading…
Reference in New Issue