[Welcor] Actually committing the dg events readme.

[Rumble] Added a safety check in genolc
This commit is contained in:
Rumble 2009-01-04 23:25:20 +00:00
parent 3d6783a56f
commit 46f52f3373
3 changed files with 207 additions and 1 deletions

View file

@ -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);