From 3db7c2cd1c4fb0d8888416e9b5733abab574ebe9 Mon Sep 17 00:00:00 2001 From: MadCamel Date: Sun, 4 Apr 2010 15:55:43 -0400 Subject: Removed obsoleted trade and sit spam code --- src/map/clif.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/map/clif.c') diff --git a/src/map/clif.c b/src/map/clif.c index 61410e9..2f922eb 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -7331,8 +7331,6 @@ void clif_parse_ActionRequest (int fd, struct map_session_data *sd) pc_attack (sd, target_id, action_type != 0); break; case 0x02: // sitdown - if (tmw_CheckSitSpam (sd)) - break; pc_stop_walking (sd, 1); skill_gangsterparadise (sd, 1); // �M�����O�X�^�[�p���_�C�X�ݒ� pc_setsit (sd); @@ -7796,8 +7794,6 @@ void clif_parse_TradeRequest (int fd, struct map_session_data *sd) if (battle_config.basic_skill_check == 0 || pc_checkskill (sd, NV_TRADE) >= 1) { - if (tmw_CheckTradeSpam (sd)) - return; trade_traderequest (sd, RFIFOL (sd->fd, 2)); } else -- cgit v1.2.3-60-g2f50