diff options
Diffstat (limited to 'src/map/pc.h')
-rw-r--r-- | src/map/pc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/pc.h b/src/map/pc.h index 02fab8882..19db45465 100644 --- a/src/map/pc.h +++ b/src/map/pc.h @@ -130,7 +130,8 @@ struct map_session_data { unsigned int bg_id; unsigned skillonskill : 1; unsigned short user_font; - unsigned short autobonus; + unsigned short script_parsed; //flag to indicate if the script of an autobonus is parsed. [Inkfish] + unsigned short autobonus; //flag to indicate if an autobonus is activated. [Inkfish] } state; struct { unsigned char no_weapon_damage, no_magic_damage, no_misc_damage; |