From 60027d5509cddf09a136261f8a56724b65e2f2b8 Mon Sep 17 00:00:00 2001 From: skotlex Date: Thu, 15 Feb 2007 18:22:56 +0000 Subject: - The default packet version is now 8. Clients from November2006 and before can no longer get past the char-server unless you change it back to 7. - Fixed Storm Gust counter freezing on fourth hit instead of third. - Fixed @homstats not taking into consideration that the stat growth decimals get discarded on level up (so the real minimum/maximum displayed was off). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9868 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/common/mmo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common') diff --git a/src/common/mmo.h b/src/common/mmo.h index 3898f32d1..48a8266e7 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -9,7 +9,7 @@ #include "utils.h" // _WIN32 // server protocol version -#define PACKETVER 7 +#define PACKETVER 8 #define FIFOSIZE_SERVERLINK 256*1024 -- cgit v1.2.3-70-g09d2