Players not saved after editing description

From: The Arrow (arrow@pileborg.org)
Date: 03/27/03


If a player logs in, edits their description (alternative 2 in the menu),
and then quit without entering the game, they are not saved.

The fix is simple enough though:

In modify.c, function string_add() (near the bottom of the function):
  if (STATE(d) == CON_EXDESC) {
+   save_char(d->character);
    write_to_output(d, "%s", MENU);
    STATE(d) = CON_MENU;
  }

/ Joachim
======================================================================
The Arrow                              http://www.pileborg.org/~arrow/
Joachim Pileborg                       Moses @ ptmud.pileborg.org 1111
======================================================================

--
   +---------------------------------------------------------------+
   | FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html |
   | Archives: http://post.queensu.ca/listserv/wwwarch/circle.html |
   | Newbie List:  http://groups.yahoo.com/group/circle-newbies/   |
   +---------------------------------------------------------------+



This archive was generated by hypermail 2b30 : 06/26/03 PDT