diff options
author | shennetsind <ind@henn.et> | 2013-04-06 22:11:43 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-04-06 22:11:43 -0300 |
commit | 267eb1f2b9223dc0c0cd66bc48f5116223d974d9 (patch) | |
tree | 11d040dc3e65a3f04f73bbd764ba1ac20f94e7ab /src/map/clif.h | |
parent | b80492674d9bc057d0888a9408735b345226a87e (diff) | |
download | hercules-267eb1f2b9223dc0c0cd66bc48f5116223d974d9.tar.gz hercules-267eb1f2b9223dc0c0cd66bc48f5116223d974d9.tar.bz2 hercules-267eb1f2b9223dc0c0cd66bc48f5116223d974d9.tar.xz hercules-267eb1f2b9223dc0c0cd66bc48f5116223d974d9.zip |
Introducing 2012-06-18 onwards status change timer
Special Thanks to unleashed, Judas and everyone who contributed to the 2013 client.
Also introducing into the packet table the current 2013-03-20 Special Thanks to Judas!
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 8989cbd96..1892a2f25 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -50,7 +50,7 @@ struct eri; **/ enum {// packet DB MAX_PACKET_DB = 0xF00, - MAX_PACKET_VER = 32, + MAX_PACKET_VER = 34, MAX_PACKET_POS = 20, }; |