diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-03-27 09:23:04 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-03-27 09:23:04 +0000 |
commit | 2a98d8b8347e8657658d5754bad32c1290e4dce1 (patch) | |
tree | 657d71602db9798e944904d2811b4b313312ac72 | |
parent | a67f2c2d14bd28e32766eec5bd3d2fd92ddb987e (diff) | |
download | hercules-2a98d8b8347e8657658d5754bad32c1290e4dce1.tar.gz hercules-2a98d8b8347e8657658d5754bad32c1290e4dce1.tar.bz2 hercules-2a98d8b8347e8657658d5754bad32c1290e4dce1.tar.xz hercules-2a98d8b8347e8657658d5754bad32c1290e4dce1.zip |
Chagned trunk's default server->client PACKETVER to 9
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12439 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | Changelog-Trunk.txt | 2 | ||||
-rw-r--r-- | src/map/clif.h | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index c17590a29..bb9085301 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,8 @@ Date Added AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. +2007/03/27 + * Chagned trunk's default server->client PACKETVER to 9 2008/03/26 * Adjusted eAthena code to compile cleanly in C++ mode. 2008/03/24 diff --git a/src/map/clif.h b/src/map/clif.h index d0a4fe4b4..dafc2fcba 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -37,7 +37,7 @@ struct guild; // v8 - 2007-05-21aSakexe+ - 0x283 // v9 - 2007-11-06aSakexe+ - 0x78, 0x7c, 0x22c #ifndef PACKETVER - #define PACKETVER 7 + #define PACKETVER 9 #endif // packet DB |