summaryrefslogtreecommitdiff
path: root/src/common/mmo.h
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-04-23 13:19:25 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-04-23 13:19:25 +0000
commit6da12760fbcc987747c97f70521bd9add2e0060f (patch)
treed6d4cea55b87e9b596e38b3b8d34e7ad03733258 /src/common/mmo.h
parentb7bf8d95500877427f62ec5fceb109bc0faaa82f (diff)
downloadhercules-6da12760fbcc987747c97f70521bd9add2e0060f.tar.gz
hercules-6da12760fbcc987747c97f70521bd9add2e0060f.tar.bz2
hercules-6da12760fbcc987747c97f70521bd9add2e0060f.tar.xz
hercules-6da12760fbcc987747c97f70521bd9add2e0060f.zip
Merged a few updates for supporting renewal clients (thanks to Diablo): [Skotlex]
- Updated packet_db entries - Added slot info on packet 0x6b (PACKETVER > 20100413) - Trade add-item use packet 0x80f (PACKETVER > 20100223) - Guild storage add-item use packet 0x1c4 (PACKETVER > 20090603) - Vending list use packet 0x800 (PACKETVER > 20100105) - Allow client to change item-share party settings (PACKETVER > 20090603) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14286 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/common/mmo.h')
-rw-r--r--src/common/mmo.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/common/mmo.h b/src/common/mmo.h
index 8f31a9e0f..e21299ffe 100644
--- a/src/common/mmo.h
+++ b/src/common/mmo.h
@@ -29,10 +29,13 @@
// 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
+// 20091103 - 2009-11-03aRagexeRE+ - 0x7f7, 0x7f8, 0x7f9
+// 20100105 - 2010-01-05aRagexeRE+ - 0x133, 0x800, 0x801
+// 20100223 - 2010-02-23aRagexeRE+ - 0x80f
+
#ifndef PACKETVER
#define PACKETVER 20081126
- //#define PACKETVER 20100105
+ //#define PACKETVER 20100223
#endif
// backward compatible PACKETVER 8 and 9
#if PACKETVER == 8