From 181d6d4ee83bd3d8cc01f56f65b4188304602139 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Thu, 29 Dec 2011 14:57:57 +0000 Subject: Fixed that you couldn't unequip items while frozen/stoned/etc, bugreport:2772 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15309 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/clif.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/map/clif.c b/src/map/clif.c index 19f10f828..35e8646fd 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -9716,8 +9716,8 @@ void clif_parse_UnequipItem(int fd,struct map_session_data *sd) return; } - if (sd->state.storage_flag) - ; //You can equip/unequip stuff while storage is open. + if (sd->state.storage_flag || sd->sc.opt1) + ; //You can equip/unequip stuff while storage is open/under status changes else if (pc_cant_act(sd)) return; -- cgit v1.2.3-60-g2f50