[Hotfix] Fix an issue with schema versioning for the AA update

This commit is contained in:
Akkadius
2023-09-18 12:19:56 -05:00
parent ae8e58ddc5
commit 7166fcc650
3 changed files with 9 additions and 3 deletions
+2 -2
View File
@@ -25,7 +25,7 @@
// Build variables
// these get injected during the build pipeline
#define CURRENT_VERSION "22.26.1-dev" // always append -dev to the current version for custom-builds
#define CURRENT_VERSION "22.26.2-dev" // always append -dev to the current version for custom-builds
#define LOGIN_VERSION "0.8.0"
#define COMPILE_DATE __DATE__
#define COMPILE_TIME __TIME__
@@ -42,7 +42,7 @@
* Manifest: https://github.com/EQEmu/Server/blob/master/utils/sql/db_update_manifest.txt
*/
#define CURRENT_BINARY_DATABASE_VERSION 9235
#define CURRENT_BINARY_DATABASE_VERSION 9236
#define CURRENT_BINARY_BOTS_DATABASE_VERSION 9039