summaryrefslogtreecommitdiff
path: root/src/map/clif.h
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-10-15 12:31:16 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-10-15 12:31:16 +0000
commit0bd634fd221fc351c14bcb4138034eff641f92f3 (patch)
treec6b3158719c9c65b58352113d8234a51be7516ec /src/map/clif.h
parent07bde8db7bd90940be387e9337088d4640b9cb91 (diff)
downloadhercules-0bd634fd221fc351c14bcb4138034eff641f92f3.tar.gz
hercules-0bd634fd221fc351c14bcb4138034eff641f92f3.tar.bz2
hercules-0bd634fd221fc351c14bcb4138034eff641f92f3.tar.xz
hercules-0bd634fd221fc351c14bcb4138034eff641f92f3.zip
- Added the required changes to support the 2008-09-10+ clients
- Cleaned around the char set offline function to properly avoid setting offline a character that had relogged faster than the map server's packet arrival to the char-server (I presume this was the bugfix that Kevin attempted a long time ago, but the current code for that causes a dangling pointer problem). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13293 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/clif.h')
-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 2dda4d1e1..5c28d65a2 100644
--- a/src/map/clif.h
+++ b/src/map/clif.h
@@ -53,8 +53,8 @@ struct quest;
#endif
// packet DB
-#define MAX_PACKET_DB 0x400
-#define MAX_PACKET_VER 22
+#define MAX_PACKET_DB 0x500
+#define MAX_PACKET_VER 25
struct s_packet_db {
short len;