From 144a9d0843dfe47e0b58c8857762f58ae70543c8 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Fri, 5 Jul 2013 23:06:28 -0300 Subject: Fixed Bug #7307 http://hercules.ws/board/tracker/issue-7307-status-weapon-switch/ Special Thanks to kyeme, Beret. Signed-off-by: shennetsind --- src/map/clif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/clif.c') diff --git a/src/map/clif.c b/src/map/clif.c index c802929b4..b2461d8d5 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -10664,7 +10664,7 @@ void clif_parse_EquipItem(int fd,struct map_session_data *sd) else if ( pc_cant_act2(sd) || sd->state.prerefining ) return; - if(!sd->status.inventory[index].identify) { + if(!sd->status.inventory[index].identify || sd->delayed_damage != 0) { clif->equipitemack(sd,index,0,0); // fail return; } -- cgit v1.2.3-60-g2f50