diff options
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/map/map.h b/src/map/map.h index 060bfb451..6d525c117 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -138,6 +138,10 @@ struct map_session_data { unsigned potionpitcher_flag : 1; unsigned storage_flag : 1; unsigned snovice_flag : 4; + int leadership_flag; + int glorywounds_flag; + int soulcold_flag; + int hawkeyes_flag; } state; struct { unsigned killer : 1; |