From 99dcc9da0a951a1eb2828a01fe847210ab523426 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Sat, 29 Mar 2014 19:03:36 -0300 Subject: Fixed skill (visual) effects issue with packetver lower than 20110718 Special Thanks to Beret. Signed-off-by: shennetsind --- src/map/packets_struct.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/packets_struct.h') 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, -- cgit v1.2.3-60-g2f50