From aa6421afdf39b57283127d0e3e65ba237d00e691 Mon Sep 17 00:00:00 2001 From: Chris Miles Date: Sat, 5 Aug 2023 13:58:51 -0500 Subject: [PATCH] [Release] 22.24.0 (#3534) * [Release] 22.24.0 * Update CHANGELOG.md --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ common/version.h | 2 +- package.json | 2 +- 3 files changed, 28 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b866576f0..356af848a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,29 @@ +## [22.24.0] - 08/05/2023 + +### Character + +* Record character stats to `character_stats_record` table ([#3522](https://github.com/EQEmu/Server/pull/3522)) @Akkadius 2023-08-05 + +### Code + +* Cleanup #view zone_loot Command ([#3523](https://github.com/EQEmu/Server/pull/3523)) @Kinglykrab 2023-08-02 +* Remove Strings::Commify from all identifier values ([#3528](https://github.com/EQEmu/Server/pull/3528)) @Kinglykrab 2023-08-02 + +### Feature + +* Add Support for Drakkin Heritage Illusions ([#3521](https://github.com/EQEmu/Server/pull/3521)) @Kinglykrab 2023-08-01 + +### Fixes + +* Bug fix for raid mark NPC across zones ([#3525](https://github.com/EQEmu/Server/pull/3525)) @neckkola 2023-08-05 +* Bugs table should not target content database ([#3535](https://github.com/EQEmu/Server/pull/3535)) @Akkadius 2023-08-05 +* Fix +/- 0.1 XYZ Door Manipulation ([#3527](https://github.com/EQEmu/Server/pull/3527)) @Kinglykrab 2023-08-02 +* Fix issue with mob scanning when trying to use EVENT_SPAWN ([#3529](https://github.com/EQEmu/Server/pull/3529)) @Akkadius 2023-08-04 + +### Quest API + +* Adjust GetCloseMobList calls internally ([#3530](https://github.com/EQEmu/Server/pull/3530)) @Akkadius 2023-08-04 + ## [22.23.0] - 07/31/2023 ### Databuckets diff --git a/common/version.h b/common/version.h index 6cd54977e..4b870a556 100644 --- a/common/version.h +++ b/common/version.h @@ -25,7 +25,7 @@ // Build variables // these get injected during the build pipeline -#define CURRENT_VERSION "22.23.0-dev" // always append -dev to the current version for custom-builds +#define CURRENT_VERSION "22.24.0-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__ diff --git a/package.json b/package.json index 741aa85b0..9cd8dd501 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eqemu-server", - "version": "22.23.0", + "version": "22.24.0", "repository": { "type": "git", "url": "https://github.com/EQEmu/Server.git"