summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-02-15 18:22:56 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-02-15 18:22:56 +0000
commit60027d5509cddf09a136261f8a56724b65e2f2b8 (patch)
tree0a77f927c3845855979adb9287d59d37db44bf27 /src/common
parent3aa7336ae0e7fdd1892f43fb681853483a2e907a (diff)
downloadhercules-60027d5509cddf09a136261f8a56724b65e2f2b8.tar.gz
hercules-60027d5509cddf09a136261f8a56724b65e2f2b8.tar.bz2
hercules-60027d5509cddf09a136261f8a56724b65e2f2b8.tar.xz
hercules-60027d5509cddf09a136261f8a56724b65e2f2b8.zip
- 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
Diffstat (limited to 'src/common')
-rw-r--r--src/common/mmo.h2
1 files changed, 1 insertions, 1 deletions
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