Change the default packetver to 20180620 (#3557)

We support all required features or have them ready in some pull requests.
The packet version after this will require a huge overhaul since item id sizes have been changed in all packets.
This commit is contained in:
Lemongrass3110 2018-10-11 10:33:55 +02:00 committed by GitHub
parent 55acdb9863
commit 8e7b9a57c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -69,12 +69,12 @@ feature.achievement: on
// Homunculues Autofeeding (Note 1) // Homunculues Autofeeding (Note 1)
// Requires: 2017-09-20bRagexeRE or later // Requires: 2017-09-20bRagexeRE or later
feature.homunculus_autofeed: off feature.homunculus_autofeed: on
// Attendance System (Note 1) // Attendance System (Note 1)
// Requires: 2018-03-07bRagexeRE or later // Requires: 2018-03-07bRagexeRE or later
feature.attendance: off feature.attendance: on
// Private Airship System (Note 1) // Private Airship System (Note 1)
// Requires: 2018-03-21aRagexeRE or later // Requires: 2018-03-21aRagexeRE or later
feature.privateairship: off feature.privateairship: on

View File

@ -13,7 +13,7 @@
/// Do NOT edit this line! To set your client version, please do this instead: /// Do NOT edit this line! To set your client version, please do this instead:
/// In Windows: Add this line in your src\custom\defines_pre.hpp file: #define PACKETVER YYYYMMDD /// In Windows: Add this line in your src\custom\defines_pre.hpp file: #define PACKETVER YYYYMMDD
/// In Linux: The same as above or run the following command: ./configure --enable-packetver=YYYYMMDD /// In Linux: The same as above or run the following command: ./configure --enable-packetver=YYYYMMDD
#define PACKETVER 20151104 #define PACKETVER 20180620
#endif #endif
#ifndef PACKETVER_RE #ifndef PACKETVER_RE