summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-01-27 15:59:43 -0200
committershennetsind <ind@henn.et>2013-01-27 15:59:43 -0200
commit0af9e036d582113f861f845995fa971751dc9df1 (patch)
treede480afb3adc72c93487e898e54266c22d485d62 /src
parentca1eb76ffd1c8227ea30b0d5cadd67a8b311d932 (diff)
downloadhercules-0af9e036d582113f861f845995fa971751dc9df1.tar.gz
hercules-0af9e036d582113f861f845995fa971751dc9df1.tar.bz2
hercules-0af9e036d582113f861f845995fa971751dc9df1.tar.xz
hercules-0af9e036d582113f861f845995fa971751dc9df1.zip
Support for 2012-04-18a
Special Thanks to Judas for providing the new packet info. Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src')
-rw-r--r--src/map/clif.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/clif.h b/src/map/clif.h
index cd7fbdb35..45e2fd4f0 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 = 30,
+ MAX_PACKET_VER = 31,
MAX_PACKET_POS = 20,
};