diff options
Diffstat (limited to 'src/map/clif.h')
-rw-r--r-- | src/map/clif.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/clif.h b/src/map/clif.h index f7a78dbce..759b5dad3 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -16,7 +16,7 @@ typedef unsigned int in_addr_t; #include "map.h"
// protocol version
-#define PACKETVER 6
+#define PACKETVER 7
// packet DB
#define MAX_PACKET_DB 0x25f
|