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.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/map/map.h b/src/map/map.h
index 2ba31b1..d7c0d44 100644
--- a/src/map/map.h
+++ b/src/map/map.h
@@ -397,11 +397,9 @@ struct map_session_data
int chat_total_repeats;
char chat_lastmsg[513];
- time_t trade_reset_due;
- int trades_in;
-
- time_t sit_reset_due;
- int sits_in;
+ unsigned int flood_rates[0x220];
+ time_t packet_flood_reset_due;
+ int packet_flood_in;
};
struct npc_timerevent_list