mirror of
https://github.com/tbamud/tbamud.git
synced 2025-12-23 18:50:13 +01:00
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:
parent
befec4df59
commit
8508dc476a
15 changed files with 169 additions and 100 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue