From 211b09001aecdc5e1b13016cda39f54ba7aa20e4 Mon Sep 17 00:00:00 2001 From: mekolat Date: Thu, 5 May 2016 18:18:38 -0400 Subject: add MUTE params --- src/map/map.hpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/map/map.hpp') diff --git a/src/map/map.hpp b/src/map/map.hpp index 7732af9..897787e 100644 --- a/src/map/map.hpp +++ b/src/map/map.hpp @@ -290,6 +290,14 @@ struct map_session_data : block_list, SessionData int chat_total_repeats; RString chat_lastmsg; + struct + { + unsigned global:1; + unsigned party:1; + unsigned whisper:1; + unsigned guild:1; + } mute; + tick_t flood_rates[0x220]; tick_t packet_flood_reset_due; int packet_flood_in; -- cgit v1.2.3-70-g09d2