diff --git a/AUTHORS b/AUTHORS index 7becedd66f1..4dec8531060 100644 --- a/AUTHORS +++ b/AUTHORS @@ -4,6 +4,7 @@ ai4rei Akkarinage akrus akshat157 +alex <10777884+ahoyaharr@users.noreply.github.com> Alexander Kozlov Alige Amir El Sayed diff --git a/CHANGELOG.md b/CHANGELOG.md index 608b9c2b66a..ae087babf16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,17 @@ If you are reading this in a text editor, simply ignore this section ### Removed --> +## [v2024.11] `November 2024` + +### Changed + +- Updated mob_db2 documentation to include the `Inherit` mechanism. (#3327) + +### Fixed + +- Fixed a code comment containing misleading information. (#3327) +- Fixed the `clang-13` build in the GitHub CI, failing due to a removed package in debian unstable. (#3333) + ## [v2024.10] `October 2024` ### Changed @@ -3181,6 +3192,7 @@ Note: everything included in this release is part of PR #3198 which consists of - New versioning scheme and project changelogs/release notes (#1853) [Unreleased]: https://github.com/HerculesWS/Hercules/compare/stable...master +[v2024.11]: https://github.com/HerculesWS/Hercules/compare/v2024.10...v2024.11 [v2024.10]: https://github.com/HerculesWS/Hercules/compare/v2024.09...v2024.10 [v2024.09]: https://github.com/HerculesWS/Hercules/compare/v2024.08...v2024.09 [v2024.08]: https://github.com/HerculesWS/Hercules/compare/v2024.06...v2024.08 diff --git a/doc/constants_pre-re.md b/doc/constants_pre-re.md index 53b58d33bee..6c0d1e03323 100644 --- a/doc/constants_pre-re.md +++ b/doc/constants_pre-re.md @@ -4878,7 +4878,7 @@ ### Server defines - `PACKETVER`: 20190530 -- `HERCULES_VERSION`: 202410000 +- `HERCULES_VERSION`: 202411000 - `MAX_LEVEL`: 175 - `MAX_STORAGE`: 600 - `MAX_GUILD_STORAGE`: 500 diff --git a/doc/constants_re.md b/doc/constants_re.md index 9d583556ef5..16916beb807 100644 --- a/doc/constants_re.md +++ b/doc/constants_re.md @@ -4878,7 +4878,7 @@ ### Server defines - `PACKETVER`: 20190530 -- `HERCULES_VERSION`: 202410000 +- `HERCULES_VERSION`: 202411000 - `MAX_LEVEL`: 175 - `MAX_STORAGE`: 600 - `MAX_GUILD_STORAGE`: 500 diff --git a/src/config/core.h b/src/config/core.h index 8b7f92bb1cf..3adc57a9057 100644 --- a/src/config/core.h +++ b/src/config/core.h @@ -22,7 +22,7 @@ #define CONFIG_CORE_H /// Hercules version. From tag vYYYY.MM(+PPP) -> YYYYMMPPP -#define HERCULES_VERSION 202410000 +#define HERCULES_VERSION 202411000 /// Max number of items on @autolootid list #define AUTOLOOTITEM_SIZE 10