From 0bd634fd221fc351c14bcb4138034eff641f92f3 Mon Sep 17 00:00:00 2001 From: skotlex Date: Wed, 15 Oct 2008 12:31:16 +0000 Subject: - 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 --- src/map/clif.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/map/clif.h') 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; -- cgit v1.2.3-60-g2f50