From 1efc5809bf874072d0b5f1b2f9f544fad8825852 Mon Sep 17 00:00:00 2001 From: skotlex Date: Thu, 1 Jun 2006 23:19:18 +0000 Subject: - Fixed being unable to unequip stuff while the storage is open. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6920 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/clif.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/map/clif.c') 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); -- cgit v1.2.3-70-g09d2