diff options
Diffstat (limited to 'src/common/mmo.h')
-rw-r--r-- | src/common/mmo.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/mmo.h b/src/common/mmo.h index d0606dd4e..ade3e4e04 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -8,6 +8,9 @@ #include "cbasetypes.h" #include "utils.h" // _WIN32 +// server protocol version +#define PACKETVER 7 + #define FIFOSIZE_SERVERLINK 256*1024 // set to 0 to not check IP of player between each server. |