diff options
author | shennetsind <ind@henn.et> | 2014-03-29 19:03:36 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2014-03-29 19:03:36 -0300 |
commit | 99dcc9da0a951a1eb2828a01fe847210ab523426 (patch) | |
tree | 1308b37f3656e3308c7cea9b08624ccad51e334c /src/map/packets_struct.h | |
parent | f0fc96a130ac67d894e44e922504504587b53bb3 (diff) | |
download | hercules-99dcc9da0a951a1eb2828a01fe847210ab523426.tar.gz hercules-99dcc9da0a951a1eb2828a01fe847210ab523426.tar.bz2 hercules-99dcc9da0a951a1eb2828a01fe847210ab523426.tar.xz hercules-99dcc9da0a951a1eb2828a01fe847210ab523426.zip |
Fixed skill (visual) effects issue with packetver lower than 20110718
Special Thanks to Beret.
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/packets_struct.h')
-rw-r--r-- | src/map/packets_struct.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/packets_struct.h b/src/map/packets_struct.h index 0e99c36e3..55006db64 100644 --- a/src/map/packets_struct.h +++ b/src/map/packets_struct.h @@ -107,7 +107,7 @@ enum packet_headers { bgqueue_notify_entryType = 0x8d9, bgqueue_battlebeginsType = 0x8df, notify_bounditemType = 0x2d3, -#if PACKETVER < 3 +#if PACKETVER < 20110718 skill_entryType = 0x11f, #elif PACKETVER < 20121212 skill_entryType = 0x8c7, |