diff options
Diffstat (limited to 'src/map/pc.h')
-rw-r--r-- | src/map/pc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/pc.h b/src/map/pc.h index f10bd0f59..2c802a896 100644 --- a/src/map/pc.h +++ b/src/map/pc.h @@ -179,6 +179,7 @@ struct map_session_data { unsigned int hold_recalc : 1; unsigned int snovice_call_flag : 3; //Summon Angel (stage 1~3) unsigned int hpmeter_visible : 1; + unsigned int itemcheck : 1; } state; struct { unsigned char no_weapon_damage, no_magic_damage, no_misc_damage; |