mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-05 15:36:38 +00:00
[Bug Fix] Fix Untrained Disciplines in Client::SaveDisciplines() (#4472)
* [Bug Fix] Fix Untrained Disciplines in Client::SaveDisciplines() * [Bug Fix] Fix Infinite Loop in Adventure::Finished() (#4473) Fix infinite loop condition when bot encountered * [Bug Fix] Fix Untrained Disciplines in Client::SaveDisciplines() * Change to release --------- Co-authored-by: oddx2k <103136558+oddx2k@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@
|
||||
|
||||
// Build variables
|
||||
// these get injected during the build pipeline
|
||||
#define CURRENT_VERSION "22.56.0-dev" // always append -dev to the current version for custom-builds
|
||||
#define CURRENT_VERSION "22.56.1-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__
|
||||
|
||||
Reference in New Issue
Block a user