diff options
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/map/map.h b/src/map/map.h index fb11bc784..dc95fa02b 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -139,10 +139,7 @@ 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; + int gmaster_flag; // originally by Qamera, adapted by celest unsigned event_death : 1; unsigned event_kill : 1; @@ -653,6 +650,8 @@ enum { #define CELL_MASK 0x0f #define CELL_NPC 0x80 // NPCセル #define CELL_BASILICA 0x40 // BASILICAセル +#define CELL_MOONLIT 0x100 +#define CELL_REGEN 0x200 /* * map_getcell()で使用されるフラグ */ |