summaryrefslogtreecommitdiff
path: root/src/map
diff options
context:
space:
mode:
authorprotimus <protimus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-12-20 04:29:37 +0000
committerprotimus <protimus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-12-20 04:29:37 +0000
commitb1ff96548eb781e71bf417eb0a5693a956f48163 (patch)
tree3c8a4ac313e4d4ba96d5e49f4704eb2dae3bebdb /src/map
parent71bc369df021675fbc4bbfb7b6e7a5c117fe507b (diff)
downloadhercules-b1ff96548eb781e71bf417eb0a5693a956f48163.tar.gz
hercules-b1ff96548eb781e71bf417eb0a5693a956f48163.tar.bz2
hercules-b1ff96548eb781e71bf417eb0a5693a956f48163.tar.xz
hercules-b1ff96548eb781e71bf417eb0a5693a956f48163.zip
* Added packet support to new 2011 clients.
- Works on 2011-11-02 + - Need more tests, but so far nothing wrong was found. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15173 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map')
-rw-r--r--src/map/clif.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/clif.h b/src/map/clif.h
index def1178fd..5217d3b63 100644
--- a/src/map/clif.h
+++ b/src/map/clif.h
@@ -31,8 +31,8 @@ struct party_booking_ad_info;
enum
{// packet DB
- MAX_PACKET_DB = 0x900,
- MAX_PACKET_VER = 26,
+ MAX_PACKET_DB = 0xA00,
+ MAX_PACKET_VER = 28,
MAX_PACKET_POS = 20,
};