summaryrefslogtreecommitdiff
path: root/src/map/clif.c
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2014-09-21 15:22:48 -0300
committershennetsind <ind@henn.et>2014-09-21 15:22:48 -0300
commit145ab7c8aaa8dd9761fb1368c8d6b2f8365271f9 (patch)
treeb743a4d405556a31fcf4dd3c21a68f35ceb55270 /src/map/clif.c
parent8703337d4a08798613eeedf8730631ede2399df6 (diff)
parent0773ec5e92dc7b44cc6f32f134d77d950c20d521 (diff)
downloadhercules-145ab7c8aaa8dd9761fb1368c8d6b2f8365271f9.tar.gz
hercules-145ab7c8aaa8dd9761fb1368c8d6b2f8365271f9.tar.bz2
hercules-145ab7c8aaa8dd9761fb1368c8d6b2f8365271f9.tar.xz
hercules-145ab7c8aaa8dd9761fb1368c8d6b2f8365271f9.zip
Merge branch 'master' of github.com:HerculesWS/Hercules
Diffstat (limited to 'src/map/clif.c')
-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