From b830a1528eb4a77cbd62fb9d8d4d855f9ae23261 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 22 Jul 2018 00:34:06 +0300 Subject: Add missing field into packet ZC_NPCACK_SERVERMOVE. --- src/map/clif.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/clif.h') diff --git a/src/map/clif.h b/src/map/clif.h index 3af637629..1bbe6e147 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -775,7 +775,7 @@ struct clif_interface { void (*map_type) (struct map_session_data* sd, enum map_type type); 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) (struct map_session_data* sd, unsigned short map_index, int x, int y, uint32 ip, uint16 port, char *dnsHost); 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); -- cgit v1.2.3-60-g2f50