diff options
author | Haru <haru@dotalux.com> | 2019-05-08 00:59:28 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2019-05-08 00:59:28 +0200 |
commit | f5a695e776bfafb102756e5601b514a6c7c24e93 (patch) | |
tree | 8db5431fb8ed97aaba6a5f107254c873154084fb | |
parent | 50676ff620ab9774d1b16d6646ec448dd0877c90 (diff) | |
download | hercules-f5a695e776bfafb102756e5601b514a6c7c24e93.tar.gz hercules-f5a695e776bfafb102756e5601b514a6c7c24e93.tar.bz2 hercules-f5a695e776bfafb102756e5601b514a6c7c24e93.tar.xz hercules-f5a695e776bfafb102756e5601b514a6c7c24e93.zip |
Release v2019.05.05+2v2019.05.05+2
Signed-off-by: Haru <haru@dotalux.com>
-rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c6eaae260..73161ebd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,13 @@ and this project does not adhere to [Semantic Versioning](http://semver.org/spec If you are reading this in a text editor, simply ignore this section --> +## [v2019.05.05+2] `May 5 2019` `PATCH 2` + +### Fixed + +- Fixed a packet generation issue that caused the Guild Storage to appear empty. (#2464, issue #2463) +- Fixed use of `ZC_SE_PC_BUY_CASHITEM_RESULT` on old packet versions that didn't support it. (#2465) + ## [v2019.05.05+1] `May 5 2019` `PATCH 1` ### Fixed @@ -748,6 +755,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 +[v2019.05.05+2]: https://github.com/HerculesWS/Hercules/compare/v2019.05.05+1...v2019.05.05+2 [v2019.05.05+1]: https://github.com/HerculesWS/Hercules/compare/v2019.05.05...v2019.05.05+1 [v2019.05.05]: https://github.com/HerculesWS/Hercules/compare/v2019.04.07+1...v2019.05.05 [v2019.04.07+1]: https://github.com/HerculesWS/Hercules/compare/v2019.04.07...v2019.04.07+1 |