Fixed a major duping issue caused by incorrect rent codes
This commit is contained in:
@@ -35,6 +35,10 @@ export (QQ's a zone into a tarball)
|
|||||||
Xlist (mlist, olist, rlist, zlist, slist, tlist, qlist)
|
Xlist (mlist, olist, rlist, zlist, slist, tlist, qlist)
|
||||||
(lots of major bugfixes too)
|
(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
|
[Mar 31 2012] - Vatiken
|
||||||
improve: updated some of the documents.
|
improve: updated some of the documents.
|
||||||
feature: added the 'whirlwind' skill as a event/list template
|
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;
|
character_list = d->character;
|
||||||
char_to_room(d->character, load_room);
|
char_to_room(d->character, load_room);
|
||||||
load_result = Crash_load(d->character);
|
load_result = Crash_load(d->character);
|
||||||
|
|
||||||
|
/* Save the character and their object file */
|
||||||
save_char(d->character);
|
save_char(d->character);
|
||||||
|
Crash_crashsave(ch);
|
||||||
|
|
||||||
/* Check for a login trigger in the players' start room */
|
/* Check for a login trigger in the players' start room */
|
||||||
login_wtrigger(&world[IN_ROOM(d->character)], d->character);
|
login_wtrigger(&world[IN_ROOM(d->character)], d->character);
|
||||||
|
|||||||
Reference in New Issue
Block a user