diff options
-rw-r--r-- | src/map/clif.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/clif.c b/src/map/clif.c index 98dbc56..88d47ea 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -9727,6 +9727,8 @@ func_table clif_parse_func_table[0x220] = // Checks for packet flooding int clif_check_packet_flood(fd, cmd) { + // Disable the spam system for now + return 0; struct map_session_data *sd = session[fd]->session_data; unsigned int rate, tick = gettick(); |