mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-08 17:04:20 +01:00
Minor updates. --Rumble
This commit is contained in:
parent
bf0539a425
commit
231a1a2dcd
3 changed files with 3 additions and 3 deletions
|
|
@ -1074,7 +1074,7 @@ void ibtedit_parse(struct descriptor_data *d, char *arg)
|
|||
case IBTEDIT_FLAGS:
|
||||
if ((i = atoi(arg)) <= 0)
|
||||
break;
|
||||
else if (i <= NUM_MOB_FLAGS)
|
||||
else if (i <= NUM_IBT_FLAGS)
|
||||
TOGGLE_BIT_AR(IBT_FLAGS(OLC_IBT(d)), (i - 1));
|
||||
ibtedit_disp_flags(d);
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue