summaryrefslogtreecommitdiff
path: root/src/map/map.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/map.hpp')
-rw-r--r--src/map/map.hpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/map/map.hpp b/src/map/map.hpp
index 659ed2d..7cf43d5 100644
--- a/src/map/map.hpp
+++ b/src/map/map.hpp
@@ -307,6 +307,15 @@ struct map_session_data : block_list, SessionData
unsigned guild:1;
} mute;
+ struct
+ {
+ int kills;
+ int casts;
+ int items_used;
+ int tiles_walked;
+ int attacks;
+ } activity;
+
AutoMod automod;
tick_t flood_rates[0x220];