summaryrefslogtreecommitdiff
path: root/src/map/clif.c
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/clif.c
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/clif.c')
-rw-r--r--src/map/clif.c4
1 files changed, 0 insertions, 4 deletions
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