summaryrefslogtreecommitdiff
path: root/src/map/clif.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-06-21 05:39:29 +0300
committerAndrei Karas <akaras@inbox.ru>2018-06-29 19:46:09 +0300
commit272c02ba0e4b4b1c752b26e33e1aa4b80eef4600 (patch)
tree007da9b7f9629b82c4014ce7d0b1d9c8d1cbeb9d /src/map/clif.h
parent3494a761fdd79ebb6077a0f641c8b0df4b87bd26 (diff)
downloadhercules-272c02ba0e4b4b1c752b26e33e1aa4b80eef4600.tar.gz
hercules-272c02ba0e4b4b1c752b26e33e1aa4b80eef4600.tar.bz2
hercules-272c02ba0e4b4b1c752b26e33e1aa4b80eef4600.tar.xz
hercules-272c02ba0e4b4b1c752b26e33e1aa4b80eef4600.zip
Add new packet for change map server with air ship.
By default missing client image.
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 69b711dc2..e7db9a9b8 100644
--- a/src/map/clif.h
+++ b/src/map/clif.h
@@ -769,6 +769,7 @@ struct clif_interface {
void (*maptypeproperty2) (struct block_list *bl,enum send_target t);
/* multi-map-server */
void (*changemapserver) (struct map_session_data* sd, unsigned short map_index, int x, int y, uint32 ip, uint16 port);
+ void (*changemapserver_airship) (struct map_session_data* sd, unsigned short map_index, int x, int y, uint32 ip, uint16 port);
/* npc-shop-related */
void (*npcbuysell) (struct map_session_data* sd, int id);
void (*buylist) (struct map_session_data *sd, struct npc_data *nd);