diff options
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/map.h b/src/map/map.h index 51678d590..9b31c39b6 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -473,6 +473,7 @@ struct map_data { short bgscore_lion, bgscore_eagle; // Battleground ScoreBoard int npc_num; int users; + int users_pvp; int iwall_num; // Total of invisible walls in this map struct map_flag { unsigned town : 1; // [Suggestion to protect Mail System] |