Updated World and files for 3.53 release --Rumble

This commit is contained in:
Rumble 2007-06-19 22:35:15 +00:00
parent eff90e60d0
commit fb0cc1f450
6 changed files with 12 additions and 8 deletions

View file

@ -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))