Cleaned up search_help and do_helpcheck. Fixed do_sstat_room, no shop on load crash. Removed strip_string and added online mail notification. --Rumble

This commit is contained in:
Rumble 2007-02-21 21:06:31 +00:00
parent befec4df59
commit 8508dc476a
15 changed files with 169 additions and 100 deletions

View file

@ -841,10 +841,8 @@ void script_stat (char_data *ch, struct script_data *sc)
}
void do_sstat_room(struct char_data * ch)
void do_sstat_room(struct char_data * ch, struct room_data *rm)
{
struct room_data *rm = &world[IN_ROOM(ch)];
send_to_char(ch, "Script information:\r\n");
if (!SCRIPT(rm)) {
send_to_char(ch, " None.\r\n");