From 07ac029ab049cd8fdec5f271a814c2459edeefb8 Mon Sep 17 00:00:00 2001 From: Chuck Miller Date: Sun, 1 Aug 2010 19:09:47 -0400 Subject: Disable the packet flood prevention It is acting funny and being mean to innocent users --- src/map/clif.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/map/clif.c') 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(); -- cgit v1.2.3-70-g09d2