
Pages:<< prev 1 next >>


Off the Edge of the Map

GroupAdministrators
Posts1,199
JoinedMar 21, 2006
Bug: Resets aren't occurring
Danger: Major - Resets will fire, but nothing will ever actually be loaded except at boot.
Found by: Kayle
Fixed by: Remcon
---
handler.c, extract_char
Find:
Below that, add:
reset_area and the subsequent calls were occurring, but nothing was ever being loaded. This will address it, something was obviously missed while applying prior fixes.
Danger: Major - Resets will fire, but nothing will ever actually be loaded except at boot.
Found by: Kayle
Fixed by: Remcon
---
handler.c, extract_char
Find:
if( ch->mount ) { update_room_reset( ch, TRUE ); REMOVE_BIT( ch->mount->act, ACT_MOUNTED ); ch->mount = NULL; ch->position = POS_STANDING; }
Below that, add:
if( IS_NPC( ch ) ) update_room_reset( ch, TRUE );
reset_area and the subsequent calls were occurring, but nothing was ever being loaded. This will address it, something was obviously missed while applying prior fixes.
Pages:<< prev 1 next >>