diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-04 21:41:51 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-04 21:41:51 +0000 |
commit | 8f6d2a3af8da8854ea9bde4b1f73aeb0bc1ea38c (patch) | |
tree | 6f687ec1b60cf420f77b1b55f090343ab8bf30e0 /src/map/unit.c | |
parent | 95fc41ba7d03c570e9305e2e4dfd35c83598fb89 (diff) | |
download | hercules-8f6d2a3af8da8854ea9bde4b1f73aeb0bc1ea38c.tar.gz hercules-8f6d2a3af8da8854ea9bde4b1f73aeb0bc1ea38c.tar.bz2 hercules-8f6d2a3af8da8854ea9bde4b1f73aeb0bc1ea38c.tar.xz hercules-8f6d2a3af8da8854ea9bde4b1f73aeb0bc1ea38c.zip |
- Some clean-ups in the mob_ai
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6478 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/unit.c')
-rw-r--r-- | src/map/unit.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/unit.c b/src/map/unit.c index 227e2bd43..d7613cc02 100644 --- a/src/map/unit.c +++ b/src/map/unit.c @@ -562,7 +562,6 @@ int unit_stop_walking(struct block_list *bl,int type) unit_walktoxy_timer(-1, tick, bl->id, ud->walkpath.path_pos);
}
-// if(md) { md->state.skillstate = MSS_IDLE; }
if(type&0x01)
clif_fixpos(bl);
|