summaryrefslogtreecommitdiff
path: root/src/map/clif.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-09-08 21:04:27 +0300
committerAndrei Karas <akaras@inbox.ru>2016-09-12 01:03:20 +0300
commitb6690d7bb05e75d28891f360f42e0dfe19ea0904 (patch)
tree0411ca4d1eebaba5cb1f008f7a21f5360d3f3aba /src/map/clif.h
parent08de021655e1d032db5efa74f3da8f2d8b1efe99 (diff)
downloadhercules-b6690d7bb05e75d28891f360f42e0dfe19ea0904.tar.gz
hercules-b6690d7bb05e75d28891f360f42e0dfe19ea0904.tar.bz2
hercules-b6690d7bb05e75d28891f360f42e0dfe19ea0904.tar.xz
hercules-b6690d7bb05e75d28891f360f42e0dfe19ea0904.zip
Add script command navigateto. Add packet for this command.
Based on rAthena commits: commit 4f13007fec7f08c265620a71c3bc4806d186c0f1 Author: Lemongrass3110 <lemongrass@kstp.at> Date: Sun Mar 6 21:48:47 2016 +0100 commit 809f220b9f5ef70ee062ee56ae6e8d5f56cb5d32 Author: aleos89 <aleos89@users.noreply.github.com> Date: Sun Mar 6 16:15:54 2016 -0500 commit 179f73424934d528ebe494dfb66503c182eacb09 Author: aleos89 <aleos89@users.noreply.github.com> Date: Sun Mar 6 16:10:15 2016 -0500
Diffstat (limited to 'src/map/clif.h')
-rw-r--r--src/map/clif.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/clif.h b/src/map/clif.h
index 8f6950666..3203a3e66 100644
--- a/src/map/clif.h
+++ b/src/map/clif.h
@@ -1111,6 +1111,7 @@ struct clif_interface {
void (*ackmergeitems) (int fd, struct map_session_data *sd);
/* */
bool (*isdisguised) (struct block_list* bl);
+ void (*navigate_to) (struct map_session_data *sd, const char* mapname, uint16 x, uint16 y, uint8 flag, bool hideWindow, uint16 mob_id);
unsigned char (*bl_type) (struct block_list *bl);
/*------------------------
*- Parse Incoming Packet