summaryrefslogtreecommitdiff
path: root/src/map/clif.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/clif.c')
-rw-r--r--src/map/clif.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/map/clif.c b/src/map/clif.c
index 81b10b7e2..3ecb8acba 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -2220,12 +2220,6 @@ void clif_delitem(struct map_session_data *sd,int n,int amount, short reason)
nullpo_retv(sd);
- if (reason == 7)
- {
- clif_dropitem(sd,n,amount);
- return;
- }
-
fd=sd->fd;
WFIFOHEAD(fd, packet_len(0x7fa));