summaryrefslogtreecommitdiff
path: root/src/map/map.h
diff options
context:
space:
mode:
authorMadCamel <madcamel@gmail.com>2010-04-04 15:55:43 -0400
committerMadCamel <madcamel@gmail.com>2010-04-04 15:55:43 -0400
commit3db7c2cd1c4fb0d8888416e9b5733abab574ebe9 (patch)
tree3eb409c32009e596d0f3006f0cf2a5ae61e6b39d /src/map/map.h
parent30728fa5dca858af79038878d597ffd24cb1fc26 (diff)
downloadtmwa-3db7c2cd1c4fb0d8888416e9b5733abab574ebe9.tar.gz
tmwa-3db7c2cd1c4fb0d8888416e9b5733abab574ebe9.tar.bz2
tmwa-3db7c2cd1c4fb0d8888416e9b5733abab574ebe9.tar.xz
tmwa-3db7c2cd1c4fb0d8888416e9b5733abab574ebe9.zip
Removed obsoleted trade and sit spam code
Diffstat (limited to 'src/map/map.h')
-rw-r--r--src/map/map.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/map/map.h b/src/map/map.h
index 936513b..d7c0d44 100644
--- a/src/map/map.h
+++ b/src/map/map.h
@@ -397,12 +397,6 @@ 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;