Updated World and files for 3.52 release --Rumble

This commit is contained in:
Rumble 2007-04-20 14:41:58 +00:00
parent d0db332492
commit 3282b8fdc9
32 changed files with 11407 additions and 11232 deletions

View file

@ -209,8 +209,7 @@ int touch(const char *path)
}
}
/* mudlog -- log mud messages to a file & to online imm's syslogs based on
* syslog by Fen Jul 3, 1992 */
/* Log mud messages to a file & to online imm's syslogs. - Fen */
void mudlog(int type, int level, int file, const char *str, ...)
{
char buf[MAX_STRING_LENGTH];