Fixed bug where imms don't show on who list when editing IBTs
This commit is contained in:
@@ -43,6 +43,7 @@ Xlist (mlist, olist, rlist, zlist, slist, tlist, qlist)
|
|||||||
Skillset now warns imms when the player shouldn't have a skill (thanks Rumble)
|
Skillset now warns imms when the player shouldn't have a skill (thanks Rumble)
|
||||||
Fly spell added!
|
Fly spell added!
|
||||||
Added recent command
|
Added recent command
|
||||||
|
Bug Fix: Now imms show on who list when editing IBT notes.
|
||||||
[Nov 04 2010] - Jamdog
|
[Nov 04 2010] - Jamdog
|
||||||
Bug-Fix: Converted affect flags in struct affected_type from 32-bit to 128-bit
|
Bug-Fix: Converted affect flags in struct affected_type from 32-bit to 128-bit
|
||||||
Bug Fix: Players with too much gold now don't lose eq when renting
|
Bug Fix: Players with too much gold now don't lose eq when renting
|
||||||
|
|||||||
@@ -322,7 +322,7 @@
|
|||||||
|
|
||||||
/* OLC States range - used by IS_IN_OLC and IS_PLAYING */
|
/* 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 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[] */
|
/* Character equipment positions: used as index for char_data.equipment[] */
|
||||||
/* NOTE: Don't confuse these constants with the ITEM_ bitvectors
|
/* NOTE: Don't confuse these constants with the ITEM_ bitvectors
|
||||||
|
|||||||
Reference in New Issue
Block a user