diff --git a/CMakeVariables.txt b/CMakeVariables.txt index 31482ce4..4ded5f59 100644 --- a/CMakeVariables.txt +++ b/CMakeVariables.txt @@ -1,5 +1,5 @@ -PROJECT_VERSION_MAJOR=1 -PROJECT_VERSION_MINOR=2 +PROJECT_VERSION_MAJOR=2 +PROJECT_VERSION_MINOR=3 PROJECT_VERSION_PATCH=0 # Debugging diff --git a/dNet/AuthPackets.cpp b/dNet/AuthPackets.cpp index a2bf731c..715188e8 100644 --- a/dNet/AuthPackets.cpp +++ b/dNet/AuthPackets.cpp @@ -82,7 +82,7 @@ void AuthPackets::SendHandshake(dServer* server, const SystemAddress& sysAddr, c if (serverType == ServerType::Auth) bitStream.Write(ServiceId::Auth); else if (serverType == ServerType::World) bitStream.Write(ServiceId::World); else bitStream.Write(ServiceId::General); - bitStream.Write(215523405360); + bitStream.Write(215523470896); server->Send(bitStream, sysAddr, false); } diff --git a/versions.txt b/versions.txt index 0b77997f..fa7ea86c 100644 --- a/versions.txt +++ b/versions.txt @@ -1,5 +1,7 @@ -1.2 - Dragonmaw functional -1.1 - Whole lot of fixed bugs and implemented features +2.3 - Dragonmaw functional, new slash command system, vanity system overhaul +2.2 - Code cleanup and QoL fixes +2.1 - Bug and crash fixes +2.0 - Whole lot of fixed bugs and implemented features 1.0 - Final cleanup and bug fixing for public release 0.9 - Includes BBB without the need for a UGC server, cannon cove minigame, and bug fixes. 0.8 - Added Ninjago! and it's various features + frakjaw minigame. AG survival now works.