diff --git a/CHANGELOG.md b/CHANGELOG.md index c4e17ef3545..a7f1272ea07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,14 @@ If you are reading this in a text editor, simply ignore this section ### Removed --> +## [v2021.10.06+1] `October 06 2021` `PATCH 1` + +### Fixed + +- Fixed a critical guild storage saving issue causing item duplication. (#3059) +- Fixed the return code of `chr->memitemdata_to_sql()` to behave as documented. (part of #3059) +- Fixed a possible out of bound read from a buffer in `clif_guild_basicinfo()`. (part of #3059) + ## [v2021.10.06] `October 06 2021` ### Added diff --git a/doc/constants.md b/doc/constants.md index aeae82b6038..5f9eedfe75d 100644 --- a/doc/constants.md +++ b/doc/constants.md @@ -4663,7 +4663,7 @@ ### Server defines - `PACKETVER`: 20190530 -- `HERCULES_VERSION`: 202110060 +- `HERCULES_VERSION`: 202110061 - `MAX_LEVEL`: 175 - `MAX_STORAGE`: 600 - `MAX_GUILD_STORAGE`: 500 diff --git a/src/config/core.h b/src/config/core.h index f3233629364..76448d1613d 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 202110060 +#define HERCULES_VERSION 202110061 /// Max number of items on @autolootid list #define AUTOLOOTITEM_SIZE 10