forked from kyonshi/grenzland-mud
MAJOR UPDATE: Admin Levels split from Mortal Levels
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
#include "improved-edit.h"
|
||||
|
||||
/* Free's strings from any object, room, mobiles, or player. TRUE if successful,
|
||||
* otherwise, it returns FALSE. Type - The OLC type constant relating to the
|
||||
* otherwise, it returns FALSE. Type - The OLC type constant relating to the
|
||||
* data type of data. */
|
||||
int free_strings(void *data, int type)
|
||||
{
|
||||
@@ -101,7 +101,7 @@ int free_strings(void *data, int type)
|
||||
return (TRUE);
|
||||
|
||||
default:
|
||||
mudlog(BRF, LVL_GOD, TRUE, "SYSERR: oasis_delete.c: free_strings: Invalid type handled (Type %d).", type);
|
||||
mudlog(BRF, ADMLVL_GOD, TRUE, "SYSERR: oasis_delete.c: free_strings: Invalid type handled (Type %d).", type);
|
||||
return (FALSE);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user