mirror of
https://github.com/tbamud/tbamud.git
synced 2026-01-19 23:46:10 +01:00
MAJOR UPDATE: Admin Levels split from Mortal Levels
This commit is contained in:
parent
2b30509371
commit
dcba9d6441
77 changed files with 2882 additions and 2067 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue