diff options
author | skyleo <skyleo@skyleo.de> | 2019-09-12 00:37:07 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2020-03-08 20:56:28 +0100 |
commit | f6986831b06044def3e389283d382d54f4d41e7c (patch) | |
tree | f866f3a99939fdaf0cf6c015fd8f3538293f4806 | |
parent | 0817191184bd867836a7fcc30d65305b10964a5f (diff) | |
download | hercules-f6986831b06044def3e389283d382d54f4d41e7c.tar.gz hercules-f6986831b06044def3e389283d382d54f4d41e7c.tar.bz2 hercules-f6986831b06044def3e389283d382d54f4d41e7c.tar.xz hercules-f6986831b06044def3e389283d382d54f4d41e7c.zip |
Remove "already refactored" comment
-rw-r--r-- | src/map/unit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/unit.c b/src/map/unit.c index ba0dec9dc..d1d73ff30 100644 --- a/src/map/unit.c +++ b/src/map/unit.c @@ -660,7 +660,7 @@ static int unit_walktobl(struct block_list *bl, struct block_list *tbl, int rang if(!unit->can_move(bl)) return 0; - if (unit->walktoxy_sub(bl) == 0) { //ALREADY REFACTORED + if (unit->walktoxy_sub(bl) == 0) { set_mobstate(bl, flag&2); return 0; } |