diff options
Diffstat (limited to 'src')
-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, |