diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-04-10 17:52:47 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-04-10 17:52:47 +0000 |
commit | 1c11e79cc022fe4b4606f316aa4745ea5524ed87 (patch) | |
tree | b1cd82254592717cfb82a006c1b8e1268c411d32 /src/common/mmo.h | |
parent | ded99f09f476929b836bf76297624d88ed072bef (diff) | |
download | hercules-1c11e79cc022fe4b4606f316aa4745ea5524ed87.tar.gz hercules-1c11e79cc022fe4b4606f316aa4745ea5524ed87.tar.bz2 hercules-1c11e79cc022fe4b4606f316aa4745ea5524ed87.tar.xz hercules-1c11e79cc022fe4b4606f316aa4745ea5524ed87.zip |
* Added support for clients 2010-11-23aRagexeRE+ and 2011-01-11aRagexeRE+.
- Servers that used packet db version 'default' until now need to be updated to use version '25'.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14791 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/common/mmo.h')
-rw-r--r-- | src/common/mmo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/mmo.h b/src/common/mmo.h index 39a5717ab..857d42581 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -39,6 +39,7 @@ // 20100721 - 2010-07-21aRagexeRE+ - 0x6b, 0x6d // 20100727 - 2010-07-27aRagexeRE+ - 0x6b, 0x6d // 20100803 - 2010-08-03aRagexeRE+ - 0x6b, 0x6d, 0x827, 0x828, 0x829, 0x82a, 0x82b, 0x82c, 0x842, 0x843 +// 20110111 - 2011-01-11aRagexeRE+ - 0x6b, 0x6d #ifndef PACKETVER #define PACKETVER 20081126 |