Skip to content

Commit 69edb0c

Browse files
committed
Release v2024.11
Signed-off-by: Haru <[email protected]>
1 parent 7bbae48 commit 69edb0c

File tree

5 files changed

+16
-3
lines changed

5 files changed

+16
-3
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ ai4rei <[email protected]>
44
Akkarinage <[email protected]>
55
66
akshat157 <[email protected]>
7+
78
Alexander Kozlov <[email protected]>
89
910
Amir El Sayed <[email protected]>

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,17 @@ If you are reading this in a text editor, simply ignore this section
2222
### Removed
2323
-->
2424

25+
## [v2024.11] `November 2024`
26+
27+
### Changed
28+
29+
- Updated mob_db2 documentation to include the `Inherit` mechanism. (#3327)
30+
31+
### Fixed
32+
33+
- Fixed a code comment containing misleading information. (#3327)
34+
- Fixed the `clang-13` build in the GitHub CI, failing due to a removed package in debian unstable. (#3333)
35+
2536
## [v2024.10] `October 2024`
2637

2738
### Changed
@@ -3181,6 +3192,7 @@ Note: everything included in this release is part of PR #3198 which consists of
31813192
- New versioning scheme and project changelogs/release notes (#1853)
31823193

31833194
[Unreleased]: https://github.com/HerculesWS/Hercules/compare/stable...master
3195+
[v2024.11]: https://github.com/HerculesWS/Hercules/compare/v2024.10...v2024.11
31843196
[v2024.10]: https://github.com/HerculesWS/Hercules/compare/v2024.09...v2024.10
31853197
[v2024.09]: https://github.com/HerculesWS/Hercules/compare/v2024.08...v2024.09
31863198
[v2024.08]: https://github.com/HerculesWS/Hercules/compare/v2024.06...v2024.08

doc/constants_pre-re.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4878,7 +4878,7 @@
48784878
### Server defines
48794879

48804880
- `PACKETVER`: 20190530
4881-
- `HERCULES_VERSION`: 202410000
4881+
- `HERCULES_VERSION`: 202411000
48824882
- `MAX_LEVEL`: 175
48834883
- `MAX_STORAGE`: 600
48844884
- `MAX_GUILD_STORAGE`: 500

doc/constants_re.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4878,7 +4878,7 @@
48784878
### Server defines
48794879

48804880
- `PACKETVER`: 20190530
4881-
- `HERCULES_VERSION`: 202410000
4881+
- `HERCULES_VERSION`: 202411000
48824882
- `MAX_LEVEL`: 175
48834883
- `MAX_STORAGE`: 600
48844884
- `MAX_GUILD_STORAGE`: 500

src/config/core.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#define CONFIG_CORE_H
2323

2424
/// Hercules version. From tag vYYYY.MM(+PPP) -> YYYYMMPPP
25-
#define HERCULES_VERSION 202410000
25+
#define HERCULES_VERSION 202411000
2626

2727
/// Max number of items on @autolootid list
2828
#define AUTOLOOTITEM_SIZE 10

0 commit comments

Comments
 (0)