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.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/map/clif.c b/src/map/clif.c
index 7c82b1159..fc81925ee 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -9291,9 +9291,6 @@ void clif_parse_UnequipItem(int fd,struct map_session_data *sd)
else if (clif_cant_act(sd))
return;
- if (clif_cant_act(sd))
- return;
-
index = RFIFOW(fd,2)-2;
pc_unequipitem(sd,index,1);