Fixed a major duping issue caused by incorrect rent codes

This commit is contained in:
Vatiken 2012-05-29 04:35:32 +00:00
parent 1a37195280
commit d9c5365b26
2 changed files with 7 additions and 0 deletions

View file

@ -35,6 +35,10 @@ export (QQ's a zone into a tarball)
Xlist (mlist, olist, rlist, zlist, slist, tlist, qlist)
(lots of major bugfixes too)
@
[May 28 2012] - Vatiken
bug: Fixed a MAJOR duping issue.
[May 24 2012] - Vatiken
improve: prefedit now allows toggling of "this" session protocols
[Mar 31 2012] - Vatiken
improve: updated some of the documents.
feature: added the 'whirlwind' skill as a event/list template

View file

@ -1263,7 +1263,10 @@ int enter_player_game (struct descriptor_data *d)
character_list = d->character;
char_to_room(d->character, load_room);
load_result = Crash_load(d->character);
/* Save the character and their object file */
save_char(d->character);
Crash_crashsave(ch);
/* Check for a login trigger in the players' start room */
login_wtrigger(&world[IN_ROOM(d->character)], d->character);