Chagned trunk's default server->client PACKETVER to 9

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12439 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
ultramage 2008-03-27 09:23:04 +00:00
parent ef7f9faf7d
commit 35de802ced
2 changed files with 3 additions and 1 deletions

View File

@ -3,6 +3,8 @@ Date Added
AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. 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. 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 2008/03/26
* Adjusted eAthena code to compile cleanly in C++ mode. * Adjusted eAthena code to compile cleanly in C++ mode.
2008/03/24 2008/03/24

View File

@ -37,7 +37,7 @@ struct guild;
// v8 - 2007-05-21aSakexe+ - 0x283 // v8 - 2007-05-21aSakexe+ - 0x283
// v9 - 2007-11-06aSakexe+ - 0x78, 0x7c, 0x22c // v9 - 2007-11-06aSakexe+ - 0x78, 0x7c, 0x22c
#ifndef PACKETVER #ifndef PACKETVER
#define PACKETVER 7 #define PACKETVER 9
#endif #endif
// packet DB // packet DB