summaryrefslogtreecommitdiff
path: root/src/map/clif.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2020-01-13 23:15:03 +0300
committerAndrei Karas <akaras@inbox.ru>2020-02-09 21:30:37 +0300
commit3d9ee62e21d538a739ad773640a6e05e97991d58 (patch)
tree7e5f526771d40c6f85f5ef27a0e54bd9ac047b1a /src/map/clif.h
parent3d69a0a949dd284fbc4b1e2331f868a7da45ec23 (diff)
downloadhercules-3d9ee62e21d538a739ad773640a6e05e97991d58.tar.gz
hercules-3d9ee62e21d538a739ad773640a6e05e97991d58.tar.bz2
hercules-3d9ee62e21d538a739ad773640a6e05e97991d58.tar.xz
hercules-3d9ee62e21d538a739ad773640a6e05e97991d58.zip
Add packet CZ_NPC_EXPANDED_BARTER_CLOSE
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 b61772bba..d0afa0987 100644
--- a/src/map/clif.h
+++ b/src/map/clif.h
@@ -1663,6 +1663,7 @@ struct clif_interface {
void (*npc_barter_open) (struct map_session_data *sd, struct npc_data *nd);
void (*pNPCBarterClosed) (int fd, struct map_session_data *sd);
void (*pNPCBarterPurchase) (int fd, struct map_session_data *sd);
+ void (*pNPCExpandedBarterClosed) (int fd, struct map_session_data *sd);
void (*pClientVersion) (int fd, struct map_session_data *sd);
void (*pPing) (int fd, struct map_session_data *sd);
void (*ping) (struct map_session_data *sd);