summaryrefslogtreecommitdiff
path: root/src/map/packets.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-11-02 16:01:21 +0300
committerAndrei Karas <akaras@inbox.ru>2016-11-03 17:12:49 +0300
commitb35d946086480f22b82a317623aca84f03dc8ac6 (patch)
treed400be67611097ad11bb8deb43837df5f72ea156 /src/map/packets.h
parent662b9832d227e6d1e795de55512457fb02842243 (diff)
downloadhercules-b35d946086480f22b82a317623aca84f03dc8ac6.tar.gz
hercules-b35d946086480f22b82a317623aca84f03dc8ac6.tar.bz2
hercules-b35d946086480f22b82a317623aca84f03dc8ac6.tar.xz
hercules-b35d946086480f22b82a317623aca84f03dc8ac6.zip
Fix version for packet 0x08e2 ZC_NAVIGATION_ACTIVE.
Diffstat (limited to 'src/map/packets.h')
-rw-r--r--src/map/packets.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/packets.h b/src/map/packets.h
index 909c26a35..af1f82ca1 100644
--- a/src/map/packets.h
+++ b/src/map/packets.h
@@ -1954,6 +1954,8 @@ packet(0x96e,-1,clif->ackmergeitems);
packet(0x0835,2,clif->pSearchStoreInfoNextPage,0);
packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10);
packet(0x0439,8,clif->pUseItem,2,4);
+// changed packet sizes
+ packet(0x08e2,27); // ZC_NAVIGATION_ACTIVE
#endif
//2012-04-10aRagexeRE