summaryrefslogtreecommitdiff
path: root/src/map/packets.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-11-02 04:54:59 +0300
committerAndrei Karas <akaras@inbox.ru>2016-11-03 17:12:49 +0300
commit662b9832d227e6d1e795de55512457fb02842243 (patch)
tree6b8509c1f86f0475a7346c96679eec6afa243dc8 /src/map/packets.h
parent5014f675f4d49ea4ddcb388c79f8e32c9e291988 (diff)
downloadhercules-662b9832d227e6d1e795de55512457fb02842243.tar.gz
hercules-662b9832d227e6d1e795de55512457fb02842243.tar.bz2
hercules-662b9832d227e6d1e795de55512457fb02842243.tar.xz
hercules-662b9832d227e6d1e795de55512457fb02842243.zip
Fix version for packet 0x097e ZC_UPDATE_RANKING_POINT.
Diffstat (limited to 'src/map/packets.h')
-rw-r--r--src/map/packets.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/packets.h b/src/map/packets.h
index 4d59d42c1..909c26a35 100644
--- a/src/map/packets.h
+++ b/src/map/packets.h
@@ -2050,6 +2050,7 @@ packet(0x96e,-1,clif->ackmergeitems);
#if PACKETVER >= 20120502
// shuffle packets not added
packet(0x097d,288); // ZC_ACK_RANKING
+ packet(0x097e,12); // ZC_UPDATE_RANKING_POINT
#endif
#ifndef PACKETVER_RE