diff options
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/map/map.h b/src/map/map.h index 2ba31b1..936513b 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -402,6 +402,10 @@ struct map_session_data 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 |