From 0f13e7e1ddc6b3e864ff74de4de97919bf02c1a8 Mon Sep 17 00:00:00 2001 From: Michieru Date: Sun, 21 Sep 2014 10:28:02 +0200 Subject: Fix Switching arrows no longer stops attacks. (rathena: a080117a74bd) --- src/map/clif.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/map/clif.c b/src/map/clif.c index 6838a8021..f6ab3f444 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -3432,7 +3432,6 @@ void clif_arrowequip(struct map_session_data *sd,int val) nullpo_retv(sd); - pc_stop_attack(sd); // [Valaris] #if PACKETVER >= 20121128 clif->status_change(&sd->bl, SI_CLIENT_ONLY_EQUIP_ARROW, 1, INVALID_TIMER, 0, 0, 0); #endif -- cgit v1.2.3-60-g2f50