diff options
author | shennetsind <ind@henn.et> | 2013-01-27 15:59:43 -0200 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-01-27 15:59:43 -0200 |
commit | 0af9e036d582113f861f845995fa971751dc9df1 (patch) | |
tree | de480afb3adc72c93487e898e54266c22d485d62 /src/map/clif.h | |
parent | ca1eb76ffd1c8227ea30b0d5cadd67a8b311d932 (diff) | |
download | hercules-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/map/clif.h')
-rw-r--r-- | src/map/clif.h | 2 |
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, }; |