summaryrefslogtreecommitdiff
path: root/src/map/pc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/pc.c')
-rw-r--r--src/map/pc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/pc.c b/src/map/pc.c
index 9741852..20db3fe 100644
--- a/src/map/pc.c
+++ b/src/map/pc.c
@@ -3516,7 +3516,7 @@ int pc_dropitem (struct map_session_data *sd, int n, int amount)
if (amount <= 0)
return 0;
- pc_unequipinvyitem (sd, n, 1);
+ pc_unequipinvyitem (sd, n, 0);
if (sd->status.inventory[n].nameid <= 0 ||
sd->status.inventory[n].amount < amount ||