- Removed MOBprograms, fixed trg/index a few typos and some bleeding, added ALL_PERMISSIONS, --Rumble

This commit is contained in:
Rumble 2007-02-24 00:12:44 +00:00
parent 8508dc476a
commit 916281ecb0
14 changed files with 37 additions and 600 deletions

View file

@ -53,7 +53,7 @@ ACMD(do_oasis_aedit)
return;
}
if (GET_OLC_ZONE(ch) != AEDIT_PERMISSION && GET_LEVEL(ch) < LVL_GOD) {
if (!can_edit_zone(ch, AEDIT_PERMISSION)) {
send_to_char(ch, "You don't have access to editing socials.\r\n");
return;
}