summaryrefslogtreecommitdiff
path: root/src/map/clif.c
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-07-06 14:33:18 -0600
committerJared Adams <jaxad0127@gmail.com>2009-07-06 14:33:18 -0600
commit2855e018b8e177878ca0d83c61e4442ddf3e505c (patch)
tree8521b323327952857072214e5a5cbb9195601cb5 /src/map/clif.c
parent2e87e5b65a02d8d9f867a0510f039cc319b3ffcb (diff)
downloadtmwa-2855e018b8e177878ca0d83c61e4442ddf3e505c.tar.gz
tmwa-2855e018b8e177878ca0d83c61e4442ddf3e505c.tar.bz2
tmwa-2855e018b8e177878ca0d83c61e4442ddf3e505c.tar.xz
tmwa-2855e018b8e177878ca0d83c61e4442ddf3e505c.zip
Revert "Add a new trade spam system"
This reverts commit 2e87e5b65a02d8d9f867a0510f039cc319b3ffcb.
Diffstat (limited to 'src/map/clif.c')
-rw-r--r--src/map/clif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/clif.c b/src/map/clif.c
index 1f88ed8..d10effb 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -7084,7 +7084,7 @@ void clif_parse_TradeRequest(int fd,struct map_session_data *sd)
nullpo_retv(sd);
if(battle_config.basic_skill_check == 0 || pc_checkskill(sd,NV_BASIC) >= 1){
- tmw_CheckTradeSpam(sd);
+ tmw_CheckChatSpam(sd, NULL);
trade_traderequest(sd,RFIFOL(sd->fd,2));
} else
clif_skill_fail(sd,1,0,0);