Updated default PACKETVER

It makes no sense to use 20130807 as the default PACKETVER when we use 55 (20151104) as the default packet_ver in /db/packet_db.txt

Signed-off-by: Akkarinage <akkarin@rathena.org>
This commit is contained in:
Akkarinage 2017-04-18 15:23:43 +01:00 committed by GitHub
parent e18d636d79
commit 33c31ca368
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ feature.atcommand_suggestions: off
// Feature became unstable on clients 2012 onwards (exact date not known),
// it has been fixed on clients 2013-05-15 onwards however.
// Feature was removed again on clients 2014-11-12 and later.
feature.auction: on
feature.auction: off
// Warp suggestions (Note 1)
// Show suggestions when attempting to @warp to a non-existent map?

View File

@ -21,7 +21,7 @@
// see conf/battle/client.conf for other version
#ifndef PACKETVER
#define PACKETVER 20130807
#define PACKETVER 20151104
//#define PACKETVER 20120410
#endif