diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-06-21 01:48:48 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-06-29 19:46:09 +0300 |
commit | 3494a761fdd79ebb6077a0f641c8b0df4b87bd26 (patch) | |
tree | 1cc0ed49a3beb0df24746d2a23b768e492b4994e /src/map/clif.h | |
parent | 1ca7af31cde44a22e002b0909d2689be9d9c4f8e (diff) | |
download | hercules-3494a761fdd79ebb6077a0f641c8b0df4b87bd26.tar.gz hercules-3494a761fdd79ebb6077a0f641c8b0df4b87bd26.tar.bz2 hercules-3494a761fdd79ebb6077a0f641c8b0df4b87bd26.tar.xz hercules-3494a761fdd79ebb6077a0f641c8b0df4b87bd26.zip |
Add new packet for change map with airship (warp).
By default missing client image.
Diffstat (limited to 'src/map/clif.h')
-rw-r--r-- | src/map/clif.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/clif.h b/src/map/clif.h index eb9881533..69b711dc2 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -759,6 +759,7 @@ struct clif_interface { bool (*spawn) (struct block_list *bl); /* map-related */ void (*changemap) (struct map_session_data *sd, short m, int x, int y); + void (*changemap_airship) (struct map_session_data *sd, short m, int x, int y); void (*changemapcell) (int fd, int16 m, int x, int y, int type, enum send_target target); void (*map_property) (struct map_session_data* sd, enum map_property property); void (*pvpset) (struct map_session_data *sd, int pvprank, int pvpnum,int type); |