mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-08 08:54:21 +01:00
[Welcor] Actually committing the dg events readme.
[Rumble] Added a safety check in genolc
This commit is contained in:
parent
3d6783a56f
commit
46f52f3373
3 changed files with 207 additions and 1 deletions
|
|
@ -322,6 +322,11 @@ ACMD(do_export_zone)
|
|||
return;
|
||||
|
||||
skip_spaces(&argument);
|
||||
if (!*argument){
|
||||
send_to_char(ch, "Syntax: export <zone vnum>");
|
||||
return;
|
||||
}
|
||||
|
||||
zvnum = atoi(argument);
|
||||
zrnum = real_zone(zvnum);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue