summaryrefslogtreecommitdiff
path: root/src/common/mmo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/mmo.h')
-rw-r--r--src/common/mmo.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/common/mmo.h b/src/common/mmo.h
index f946b46cb..ea997aa5a 100644
--- a/src/common/mmo.h
+++ b/src/common/mmo.h
@@ -9,7 +9,9 @@
#include "utils.h" // _WIN32
// server protocol version
-#define PACKETVER 8
+#ifndef PACKETVER
+ #define PACKETVER 8
+#endif
#define FIFOSIZE_SERVERLINK 256*1024