From 05cb1607c5be89df27de6431dbaa03076ab78986 Mon Sep 17 00:00:00 2001 From: Napster Date: Tue, 12 Jan 2016 11:05:01 +0700 Subject: [PATCH] Follow up 3f26c3d * forgot change packets version, stick on 20130807 --- src/common/mmo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/mmo.h b/src/common/mmo.h index a4ba0ef6b9..d286635709 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -21,7 +21,7 @@ // see conf/battle/client.conf for other version #ifndef PACKETVER - #define PACKETVER 20150513 + #define PACKETVER 20130807 //#define PACKETVER 20120410 #endif