Browse Source

- Fixed being unable to unequip stuff while the storage is open.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6920 54d463be-8e91-2dee-dedb-b68131a5f0ec
skotlex 19 years ago
parent
commit
26d39da060
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/map/clif.c

+ 0 - 3
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))
 	else if (clif_cant_act(sd))
 		return;
 		return;
 
 
-	if (clif_cant_act(sd))
-		return;
-
 	index = RFIFOW(fd,2)-2;
 	index = RFIFOW(fd,2)-2;
 
 
 	pc_unequipitem(sd,index,1);
 	pc_unequipitem(sd,index,1);