Skip to content

Commit

Permalink
Release v2024.11
Browse files Browse the repository at this point in the history
Signed-off-by: Haru <[email protected]>
  • Loading branch information
MishimaHaruna committed Dec 1, 2024
1 parent 7bbae48 commit 69edb0c
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 3 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ ai4rei <[email protected]>
Akkarinage <[email protected]>
akrus <[email protected]>
akshat157 <[email protected]>
alex <[email protected]>
Alexander Kozlov <[email protected]>
Alige <[email protected]>
Amir El Sayed <[email protected]>
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc/constants_pre-re.md
Original file line number Diff line number Diff line change
Expand Up @@ -4878,7 +4878,7 @@
### Server defines

- `PACKETVER`: 20190530
- `HERCULES_VERSION`: 202410000
- `HERCULES_VERSION`: 202411000
- `MAX_LEVEL`: 175
- `MAX_STORAGE`: 600
- `MAX_GUILD_STORAGE`: 500
Expand Down
2 changes: 1 addition & 1 deletion doc/constants_re.md
Original file line number Diff line number Diff line change
Expand Up @@ -4878,7 +4878,7 @@
### Server defines

- `PACKETVER`: 20190530
- `HERCULES_VERSION`: 202410000
- `HERCULES_VERSION`: 202411000
- `MAX_LEVEL`: 175
- `MAX_STORAGE`: 600
- `MAX_GUILD_STORAGE`: 500
Expand Down
2 changes: 1 addition & 1 deletion src/config/core.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 69edb0c

Please sign in to comment.