diff options
author | malufett <malufett.eat.my.binaries@gmail.com> | 2014-12-14 21:53:59 +0800 |
---|---|---|
committer | malufett <malufett.eat.my.binaries@gmail.com> | 2014-12-14 21:53:59 +0800 |
commit | c0169f29abd37dcc8c29510343755c5034a0751a (patch) | |
tree | 1ef475232d43269d0d0ef4c006fcf26e2b1a2354 /src/map/unit.c | |
parent | fe7734dcb4ee15221b5dd006ea269ddf2f42e4b2 (diff) | |
parent | c15b8c6274794b766847a6a9c1651caeaa1e25c5 (diff) | |
download | hercules-c0169f29abd37dcc8c29510343755c5034a0751a.tar.gz hercules-c0169f29abd37dcc8c29510343755c5034a0751a.tar.bz2 hercules-c0169f29abd37dcc8c29510343755c5034a0751a.tar.xz hercules-c0169f29abd37dcc8c29510343755c5034a0751a.zip |
Merge branch 'master' of https://github.com/HerculesWS/Hercules
Diffstat (limited to 'src/map/unit.c')
-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 243a7c28a..64885541f 100644 --- a/src/map/unit.c +++ b/src/map/unit.c @@ -399,7 +399,7 @@ int unit_walktoxy_timer(int tid, int64 tick, int id, intptr_t data) { } if(ud->state.change_walk_target) { - if(unit_walktoxy_sub(bl)) { + if(unit->walktoxy_sub(bl)) { return 1; } else { clif->fixpos(bl); |