diff options
author | skyleo <skyleo@skyleo.de> | 2019-10-03 19:45:53 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2020-03-08 20:56:27 +0100 |
commit | fe378985d5267bee1f73049c826ad4f1e9c2b9c4 (patch) | |
tree | a1840fc140a714e634b9f08f27ae07dc94921f76 /src/map/unit.h | |
parent | cd0a421095215933f40b20f9b1108b03f4f51dca (diff) | |
download | hercules-fe378985d5267bee1f73049c826ad4f1e9c2b9c4.tar.gz hercules-fe378985d5267bee1f73049c826ad4f1e9c2b9c4.tar.bz2 hercules-fe378985d5267bee1f73049c826ad4f1e9c2b9c4.tar.xz hercules-fe378985d5267bee1f73049c826ad4f1e9c2b9c4.zip |
Refactor unit_walktoxy_timer
Diffstat (limited to 'src/map/unit.h')
-rw-r--r-- | src/map/unit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/unit.h b/src/map/unit.h index 5437a172a..315cc0515 100644 --- a/src/map/unit.h +++ b/src/map/unit.h @@ -119,6 +119,7 @@ struct unit_interface { uint8 (*getdir) (struct block_list *bl); int (*blown) (struct block_list *bl, int dx, int dy, int count, int flag); int (*warp) (struct block_list *bl, short m, short x, short y, enum clr_type type); + int (*warpto_master) (struct block_list *master_bl, struct block_list *slave_bl); int (*stop_walking) (struct block_list *bl, int type); int (*skilluse_id) (struct block_list *src, int target_id, uint16 skill_id, uint16 skill_lv); int (*step_timer) (int tid, int64 tick, int id, intptr_t data); |