Updated World files for 3.62 release. --Rumble

This commit is contained in:
Rumble 2010-09-19 02:58:36 +00:00
parent 7e989be191
commit 505d8f1236
19 changed files with 1340 additions and 1302 deletions

View file

@ -395,6 +395,6 @@ void check_mobile_string(mob_vnum i, char **string, const char *desc)
mudlog(BRF, LVL_GOD, TRUE, "%s", smbuf);
if (*string)
free(*string);
*string = strdup("An undefined string.");
*string = strdup("An undefined string.\n");
}
}