summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/login/lclif.p.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/login/lclif.p.h b/src/login/lclif.p.h
index a80caafa2..0fb94533f 100644
--- a/src/login/lclif.p.h
+++ b/src/login/lclif.p.h
@@ -31,11 +31,17 @@
/* Definitions and macros */
/// Maximum amount of packets processed at once from the same client
+#ifndef MAX_PROCESSED_PACKETS
#define MAX_PROCESSED_PACKETS (3)
+#endif
// Packet DB
+#ifndef MIN_PACKET_DB
#define MIN_PACKET_DB 0x0064
-#define MAX_PACKET_LOGIN_DB 0x0acf
+#endif
+#ifndef MAX_PACKET_LOGIN_DB
+#define MAX_PACKET_LOGIN_DB 0x0ad0
+#endif
/* Enums */