mirror of
https://github.com/tbamud/tbamud.git
synced 2026-01-21 08:26:10 +01:00
Updated World and files for 3.53 release --Rumble
This commit is contained in:
parent
eff90e60d0
commit
fb0cc1f450
6 changed files with 12 additions and 8 deletions
2
src/db.c
2
src/db.c
|
|
@ -2662,6 +2662,8 @@ void free_char(struct char_data *ch)
|
|||
free(ch->player.long_descr);
|
||||
if (ch->player.description)
|
||||
free(ch->player.description);
|
||||
if (ch->player_specials)
|
||||
free(ch->player_specials);
|
||||
|
||||
for (i = 0; i < NUM_HIST; i++)
|
||||
if (GET_HISTORY(ch, i))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue