mirror of
https://github.com/tbamud/tbamud.git
synced 2025-12-22 10:10:13 +01:00
Fixed bug where imms don't show on who list when editing IBTs
This commit is contained in:
parent
6139c43c16
commit
2b30509371
2 changed files with 2 additions and 1 deletions
|
|
@ -322,7 +322,7 @@
|
|||
|
||||
/* OLC States range - used by IS_IN_OLC and IS_PLAYING */
|
||||
#define FIRST_OLC_STATE CON_OEDIT /**< The first CON_ state that is an OLC */
|
||||
#define LAST_OLC_STATE CON_PREFEDIT /**< The last CON_ state that is an OLC */
|
||||
#define LAST_OLC_STATE CON_IBTEDIT /**< The last CON_ state that is an OLC */
|
||||
|
||||
/* Character equipment positions: used as index for char_data.equipment[] */
|
||||
/* NOTE: Don't confuse these constants with the ITEM_ bitvectors
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue