summaryrefslogtreecommitdiff
path: root/src/map/clif.c
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-02-09 19:50:57 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-02-09 19:50:57 +0000
commitbb1860600e59dacef19e8fd3e24417a92fde5113 (patch)
tree77361f24ebe3aff111920d27e107bbe8314e02f2 /src/map/clif.c
parenta248d006c5018fd87d55e328ea6d008bf00e1d01 (diff)
downloadhercules-bb1860600e59dacef19e8fd3e24417a92fde5113.tar.gz
hercules-bb1860600e59dacef19e8fd3e24417a92fde5113.tar.bz2
hercules-bb1860600e59dacef19e8fd3e24417a92fde5113.tar.xz
hercules-bb1860600e59dacef19e8fd3e24417a92fde5113.zip
- Updated the 'unit walk' to functions so they stop your attack if it's possible to walk.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9837 54d463be-8e91-2dee-dedb-b68131a5f0ec
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 aa2091054..c8c021233 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -8359,7 +8359,6 @@ void clif_parse_WalkToXY(int fd, struct map_session_data *sd) {
if(sd->sc.count && sd->sc.data[SC_RUN].timer != -1)
return;
- pc_stop_attack(sd);
pc_delinvincibletimer(sd);
cmd = RFIFOW(fd,0);