@@ -828,7 +828,7 @@ enum bound_type {
#ifdef PACKET_OBFUSCATION
#if PACKETVER < 20110817
- #error core.h::PACKET_OBFUSCATION is enabled, it requires PACKETVER 20110817 or newer
+ #undef PACKET_OBFUSCATION
#endif
@@ -96,6 +96,7 @@
/// Comment to disable the official packet obfuscation support.
/// When enabled, make sure there is value for 'packet_keys' of used packet version or
/// defined 'packet_keys_use' in db/[import/]packet_db.txt.
+/// This requires PACKETVER 2011-08-17 or newer.
#define PACKET_OBFUSCATION
/**