summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichieru <Michieru@users.noreply.github.com>2014-09-21 10:28:02 +0200
committerMichieru <Michieru@users.noreply.github.com>2014-09-21 10:28:02 +0200
commit0f13e7e1ddc6b3e864ff74de4de97919bf02c1a8 (patch)
tree83bb962d2ef1be131f09c5f5f598d0fdd11c15c1
parent5f11a4f710216e4abefaf6b4ffb032b3a62bfce1 (diff)
downloadhercules-0f13e7e1ddc6b3e864ff74de4de97919bf02c1a8.tar.gz
hercules-0f13e7e1ddc6b3e864ff74de4de97919bf02c1a8.tar.bz2
hercules-0f13e7e1ddc6b3e864ff74de4de97919bf02c1a8.tar.xz
hercules-0f13e7e1ddc6b3e864ff74de4de97919bf02c1a8.zip
Fix Switching arrows no longer stops attacks. (rathena: a080117a74bd)
-rw-r--r--src/map/clif.c1
1 files changed, 0 insertions, 1 deletions
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