summaryrefslogtreecommitdiff
path: root/src/map/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/map.h')
-rw-r--r--src/map/map.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/map/map.h b/src/map/map.h
index 703bbb6..3c7e2de 100644
--- a/src/map/map.h
+++ b/src/map/map.h
@@ -308,7 +308,12 @@ struct map_session_data {
} ignore[80];
int ignoreAll;
short sg_count;
-
+
+ unsigned int chat_lastmsg_time;
+ char chat_lastmsg[513];
+ int chat_threshold;
+ int chat_repeatmsg;
+
#ifndef TXT_ONLY
int mail_counter; // mail counter for mail system [Valaris]
#endif