diff options
author | malufett <malufett.eat.my.binaries@gmail.com> | 2014-12-11 03:33:20 +0800 |
---|---|---|
committer | malufett <malufett.eat.my.binaries@gmail.com> | 2014-12-11 03:33:20 +0800 |
commit | c5f3bd02ecb8e204f67a7343e6b0916a9267b744 (patch) | |
tree | 5f4ecf9f1fc13030c521cfa5ba73f4359ddfd8be /src/map/unit.c | |
parent | ff145549f389e63be01234ddf778905700883d20 (diff) | |
parent | e971e0d8dcb25864a9affb4775bce8b8033d869a (diff) | |
download | hercules-c5f3bd02ecb8e204f67a7343e6b0916a9267b744.tar.gz hercules-c5f3bd02ecb8e204f67a7343e6b0916a9267b744.tar.bz2 hercules-c5f3bd02ecb8e204f67a7343e6b0916a9267b744.tar.xz hercules-c5f3bd02ecb8e204f67a7343e6b0916a9267b744.zip |
Merge pull request #412 from 4144/mapinterfaces
HPM Hooks Update. (Thanks 4114)
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); |