From 12c4c772f6da3608c22b762089fefdf9d3cb6f9f Mon Sep 17 00:00:00 2001 From: Haru Date: Sat, 2 Jan 2021 14:53:39 +0100 Subject: [PATCH] Release v2020.12.14+1 Signed-off-by: Haru --- CHANGELOG.md | 7 +++++++ doc/constants.md | 2 +- src/config/core.h | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6823c670b26..4ddb3f6ebc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,12 @@ If you are reading this in a text editor, simply ignore this section ### Removed --> +## [v2020.12.14+1] `December 14 2020` `PATCH 1` + +### Fixed + +- Fixed a crash in `unit->run_hit()` caused by a regression in the last update. (#2924) + ## [v2020.12.14] `December 14 2020` ### Added @@ -1738,6 +1744,7 @@ If you are reading this in a text editor, simply ignore this section - New versioning scheme and project changelogs/release notes (#1853) [Unreleased]: https://github.com/HerculesWS/Hercules/compare/stable...master +[v2020.12.14+1]: https://github.com/HerculesWS/Hercules/compare/v2020.12.14...v2020.12.14+1 [v2020.12.14]: https://github.com/HerculesWS/Hercules/compare/v2020.11.16...v2020.12.14 [v2020.11.16]: https://github.com/HerculesWS/Hercules/compare/v2020.10.19...v2020.11.16 [v2020.10.19]: https://github.com/HerculesWS/Hercules/compare/v2020.09.20...v2020.10.19 diff --git a/doc/constants.md b/doc/constants.md index efe949fd062..9d822cc52d4 100644 --- a/doc/constants.md +++ b/doc/constants.md @@ -4680,7 +4680,7 @@ ### Server defines - `PACKETVER`: 20190530 -- `HERCULES_VERSION`: 202012140 +- `HERCULES_VERSION`: 202012141 - `MAX_LEVEL`: 175 - `MAX_STORAGE`: 600 - `MAX_GUILD_STORAGE`: 600 diff --git a/src/config/core.h b/src/config/core.h index ff63161ae0a..806b3e8ca4f 100644 --- a/src/config/core.h +++ b/src/config/core.h @@ -22,7 +22,7 @@ #define CONFIG_CORE_H // from tag vXXXXXXXX.Y -> XXXXXXXXY -#define HERCULES_VERSION 202012140 +#define HERCULES_VERSION 202012141 /// Max number of items on @autolootid list #define AUTOLOOTITEM_SIZE 10