diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-01-30 10:24:10 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-01-30 10:24:10 +0000 |
commit | b125b7649ed421ed4689f9a1176810876a858aa6 (patch) | |
tree | e04b925dab30ea7845fdf428e1a81bdd7cb03576 /src/common/mmo.h | |
parent | c1ee0a550d2e2d34a9d179f3e44a19fcd781b2aa (diff) | |
download | hercules-b125b7649ed421ed4689f9a1176810876a858aa6.tar.gz hercules-b125b7649ed421ed4689f9a1176810876a858aa6.tar.bz2 hercules-b125b7649ed421ed4689f9a1176810876a858aa6.tar.xz hercules-b125b7649ed421ed4689f9a1176810876a858aa6.zip |
- Added support for PACKETVER 20100105, which updates the vending related packets.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14234 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/common/mmo.h')
-rw-r--r-- | src/common/mmo.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/mmo.h b/src/common/mmo.h index 3b49de419..e7cb5b572 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -29,9 +29,10 @@ // 20090603 - 2009-06-03aRagexeRE+ - 0x7d7, 0x7d8, 0x7d9, 0x7da // 20090617 - 2009-06-17aRagexeRE+ - 0x7d9 // 20090922 - 2009-09-22aRagexeRE+ - 0x7e5, 0x7e7, 0x7e8, 0x7e9 +// 20100105 - 2010-01-05aRagexeRE+ - 0x801 #ifndef PACKETVER #define PACKETVER 20081126 - //#define PACKETVER 20090922 + //#define PACKETVER 20100105 #endif // backward compatible PACKETVER 8 and 9 #if PACKETVER == 8 |