diff options
Diffstat (limited to 'src/map/map.hpp')
-rw-r--r-- | src/map/map.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/map.hpp b/src/map/map.hpp index aac646b..aea35b7 100644 --- a/src/map/map.hpp +++ b/src/map/map.hpp @@ -143,6 +143,7 @@ struct map_session_data : block_list, SessionData unsigned shroud_disappears_on_talk:1; unsigned seen_motd:1; unsigned pvpchannel; + unsigned pvp_rank; } state; struct { @@ -504,6 +505,7 @@ struct map_local : map_abstract MapFlags flag; Point save; Point resave; + int mask; Array<dumb_ptr<npc_data>, MAX_NPC_PER_MAP> npc; }; |