mirror of
https://github.com/tbamud/tbamud.git
synced 2025-09-21 21:40:49 +02:00
Fixed a major duping issue caused by incorrect rent codes
This commit is contained in:
parent
1a37195280
commit
d9c5365b26
2 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue