summaryrefslogtreecommitdiff
path: root/src/map/clif.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2019-02-05 22:30:04 +0300
committerAndrei Karas <akaras@inbox.ru>2019-02-06 03:55:32 +0300
commit1efc9f3571988551407191a0784b363022c7fcc5 (patch)
treee4c66832131d6ba39d40c25733641b01a87f31c4 /src/map/clif.h
parent0b408f5971a9e4152b2aadc2b9208a0e8643f6e3 (diff)
downloadhercules-1efc9f3571988551407191a0784b363022c7fcc5.tar.gz
hercules-1efc9f3571988551407191a0784b363022c7fcc5.tar.bz2
hercules-1efc9f3571988551407191a0784b363022c7fcc5.tar.xz
hercules-1efc9f3571988551407191a0784b363022c7fcc5.zip
Add packet CZ_CLIENT_VERSION
For now unused, but can be used. This packet works in some old clients near 2015 versions.
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 1aee11c33..36c360cbc 100644
--- a/src/map/clif.h
+++ b/src/map/clif.h
@@ -1599,6 +1599,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 (*pClientVersion) (int fd, struct map_session_data *sd);
};
#ifdef HERCULES_CORE