mirror of
https://github.com/tbamud/tbamud.git
synced 2025-12-23 18:50:13 +01:00
Updated World files for 3.62 release. --Rumble
This commit is contained in:
parent
7e989be191
commit
505d8f1236
19 changed files with 1340 additions and 1302 deletions
|
|
@ -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");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue