summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/common/mmo.h4
-rw-r--r--src/map/clif.h2
2 files changed, 3 insertions, 3 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]
diff --git a/src/map/clif.h b/src/map/clif.h
index 51e5f934c..18b5f0031 100644
--- a/src/map/clif.h
+++ b/src/map/clif.h
@@ -32,7 +32,7 @@ struct party_booking_ad_info;
enum
{// packet DB
MAX_PACKET_DB = 0xA00,
- MAX_PACKET_VER = 28,
+ MAX_PACKET_VER = 30,
MAX_PACKET_POS = 20,
};