Skip to content

Commit 5f7eaa4

Browse files
committed
Release v2024.06
Signed-off-by: Haru <haru@dotalux.com>
1 parent 95e65df commit 5f7eaa4

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-3
lines changed

CHANGELOG.md

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

25+
## [v2024.06] `June 2024`
26+
27+
### Added
28+
29+
- Added the `mesnavigation()` script command, to generate navi tags valid for the current packetver. (#3300)
30+
- Added the `mesmobspawn()` script command, to generate navi tags valid for the current packetver. (#3300)
31+
- Added the `mesurl()` script command, to generate clickable URL tags valid for the current packetver. (#3300)
32+
- Added the `mestipbox()` script command, to generate tipbox tags valid for the current packetver. (#3300)
33+
34+
### Changed
35+
36+
- Refactored the Plagiarism/Reproduce skill tracking logic and removed some code duplication. (part of #3298)
37+
- Replaced the use of hardcoded `<NAVI>` tags in scripts with `mesnavigation()` calls. (#3300)
38+
39+
### Fixed
40+
41+
- Fixed the copy of one's own skills via Plagiarim or Reproduce causing the skill and its requirements to be deleted. (#3298, issue #3289)
42+
2543
## [v2024.05] `May 2024`
2644

2745
### Changed
@@ -3103,6 +3121,8 @@ Note: everything included in this release is part of PR #3198 which consists of
31033121
- New versioning scheme and project changelogs/release notes (#1853)
31043122

31053123
[Unreleased]: https://github.com/HerculesWS/Hercules/compare/stable...master
3124+
[v2024.06]: https://github.com/HerculesWS/Hercules/compare/v2024.05...v2024.06
3125+
[v2024.05]: https://github.com/HerculesWS/Hercules/compare/v2024.04...v2024.05
31063126
[v2024.04]: https://github.com/HerculesWS/Hercules/compare/v2024.03...v2024.04
31073127
[v2024.03]: https://github.com/HerculesWS/Hercules/compare/v2024.02...v2024.03
31083128
[v2024.02]: https://github.com/HerculesWS/Hercules/compare/v2023.12...v2024.02

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`: 202405000
4881+
- `HERCULES_VERSION`: 202406000
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`: 202405000
4881+
- `HERCULES_VERSION`: 202406000
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 202405000
25+
#define HERCULES_VERSION 202406000
2626

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

0 commit comments

Comments
 (0)