Skip to content

Commit

Permalink
Release v2021.10.06+1
Browse files Browse the repository at this point in the history
Signed-off-by: Haru <[email protected]>
  • Loading branch information
MishimaHaruna committed Oct 9, 2021
1 parent 617cc8f commit b32b54c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc/constants.md
Original file line number Diff line number Diff line change
Expand Up @@ -4663,7 +4663,7 @@
### Server defines

- `PACKETVER`: 20190530
- `HERCULES_VERSION`: 202110060
- `HERCULES_VERSION`: 202110061
- `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

// from tag vXXXXXXXX.Y -> XXXXXXXXY
#define HERCULES_VERSION 202110060
#define HERCULES_VERSION 202110061

/// Max number of items on @autolootid list
#define AUTOLOOTITEM_SIZE 10
Expand Down

0 comments on commit b32b54c

Please sign in to comment.