summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorshennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-06-13 18:32:05 +0000
committershennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-06-13 18:32:05 +0000
commitbe4f164f4e2a4ff940c5ec7282e171d5d72535e1 (patch)
tree531e98330ab6951e0062fa8e6fb5e39cbba99c99 /src/common
parent471f789308c210837c2934fcd4fc9d6ffac856e4 (diff)
downloadhercules-be4f164f4e2a4ff940c5ec7282e171d5d72535e1.tar.gz
hercules-be4f164f4e2a4ff940c5ec7282e171d5d72535e1.tar.bz2
hercules-be4f164f4e2a4ff940c5ec7282e171d5d72535e1.tar.xz
hercules-be4f164f4e2a4ff940c5ec7282e171d5d72535e1.zip
Added support for 2012-04-10, super special ultra ubber plus master thanks to Judas.
Fixed support for 2012-03-07f. Made 2012-04-10 the default packet ver. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16288 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/common')
-rw-r--r--src/common/mmo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/mmo.h b/src/common/mmo.h
index ddcbf1272..c3c2dc06e 100644
--- a/src/common/mmo.h
+++ b/src/common/mmo.h
@@ -46,8 +46,8 @@
// 20120307 - 2012-03-07aRagexeRE+ - 0x970
#ifndef PACKETVER
- #define PACKETVER 20111116
- //#define PACKETVER 20100730
+ #define PACKETVER 20120410
+ //#define PACKETVER 20111116
#endif
//Remove/Comment this line to disable sc_data saving. [Skotlex]