diff options
author | Protimus <Protimus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-03-11 05:28:50 +0000 |
---|---|---|
committer | Protimus <Protimus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-03-11 05:28:50 +0000 |
commit | d64c4227eba0d93267b1bd85af009018d872e554 (patch) | |
tree | c4c2805bf2468d33e556bf8e474bc8246054105f /src/common/mmo.h | |
parent | 59857671c4d20ea76d17673fe78d52a14c3f77b2 (diff) | |
download | hercules-d64c4227eba0d93267b1bd85af009018d872e554.tar.gz hercules-d64c4227eba0d93267b1bd85af009018d872e554.tar.bz2 hercules-d64c4227eba0d93267b1bd85af009018d872e554.tar.xz hercules-d64c4227eba0d93267b1bd85af009018d872e554.zip |
* Added packets for clients 2012-03-07+
Not is recommended use this version yet, there are small packets structures to do changes.
* Added support for packet 0x970.
New schema of character creation.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15675 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 602a2e40b..2e25eae16 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -43,6 +43,7 @@ // 20110111 - 2011-01-11aRagexeRE+ - 0x6b, 0x6d // 20110928 - 2011-09-28aRagexeRE+ - 0x6b, 0x6d // 20111025 - 2011-10-25aRagexeRE+ - 0x6b, 0x6d +// 20120307 - 2012-03-07aRagexeRE+ - 0x970 #ifndef PACKETVER #define PACKETVER 20111116 |