Fixed that you couldn't unequip items while frozen/stoned/etc, bugreport:2772
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15309 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
f03366dfdf
commit
684c57b378
@ -9716,8 +9716,8 @@ void clif_parse_UnequipItem(int fd,struct map_session_data *sd)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (sd->state.storage_flag)
|
if (sd->state.storage_flag || sd->sc.opt1)
|
||||||
; //You can equip/unequip stuff while storage is open.
|
; //You can equip/unequip stuff while storage is open/under status changes
|
||||||
else if (pc_cant_act(sd))
|
else if (pc_cant_act(sd))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user