diff options
author | shennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-02-17 15:33:13 +0000 |
---|---|---|
committer | shennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-02-17 15:33:13 +0000 |
commit | 5cc9f30cbe8c57a97e58a5a3b5387622e4304873 (patch) | |
tree | fa7590892983540d46245781a83d9fb2a08ecaa4 /src/common | |
parent | c021f63e10a7dca24119e436e2450e0bbb2266a3 (diff) | |
download | hercules-5cc9f30cbe8c57a97e58a5a3b5387622e4304873.tar.gz hercules-5cc9f30cbe8c57a97e58a5a3b5387622e4304873.tar.bz2 hercules-5cc9f30cbe8c57a97e58a5a3b5387622e4304873.tar.xz hercules-5cc9f30cbe8c57a97e58a5a3b5387622e4304873.zip |
Initial support for Shadow Chaser and a few adjustments here and there.
- credits to 3ceam for the base
- should you step by any bugs let us know, http://rathena.org/board/tracker
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15589 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/mmo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/mmo.h b/src/common/mmo.h index 40ede7440..6a81407ce 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -45,7 +45,7 @@ // 20111025 - 2011-10-25aRagexeRE+ - 0x6b, 0x6d #ifndef PACKETVER - #define PACKETVER 20110609 + #define PACKETVER 20111116 //#define PACKETVER 20100730 #endif |