diff options
Diffstat (limited to 'src/common/mmo.h')
-rw-r--r-- | src/common/mmo.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/common/mmo.h b/src/common/mmo.h index 6012ebbcb..2a42c017c 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -8,11 +8,6 @@ #include "cbasetypes.h" #include "utils.h" // _WIN32 -// server protocol version -#ifndef PACKETVER - #define PACKETVER 8 -#endif - #define FIFOSIZE_SERVERLINK 256*1024 //Remove/Comment this line to disable sc_data saving. [Skotlex] |