diff options
author | Haru <haru@dotalux.com> | 2017-11-24 20:16:56 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2017-11-24 20:18:32 +0100 |
commit | 6300a7b1dc2b09541274f46beea844ba8ecc5507 (patch) | |
tree | 07b9a6ac53638ab4b1d65fe99a16ad30b5b8a22e /CHANGELOG.md | |
parent | fb29abd3df655b96bf46e29faf2074b495534e0a (diff) | |
download | hercules-6300a7b1dc2b09541274f46beea844ba8ecc5507.tar.gz hercules-6300a7b1dc2b09541274f46beea844ba8ecc5507.tar.bz2 hercules-6300a7b1dc2b09541274f46beea844ba8ecc5507.tar.xz hercules-6300a7b1dc2b09541274f46beea844ba8ecc5507.zip |
Release v2017.11.19-1v2017.11.19+1
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d85d2c689..a67ac905c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ 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 --> +## [v2017.11.19-1] `November 24 2017` `PATCH 1` +### Fixed +- Suppressed assertions in the Skill DB accessors when called with `skill_id = 0` (normal attacks). (#1910, issue #1909) + ## [v2017.11.19] `November 19 2017` ### Added - Added several missing members to the login interface. (Part of #1891) @@ -76,6 +80,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 +[v2017.11.19-1]: https://github.com/HerculesWS/Hercules/compare/v2017.11.19...v2017.11.19-1 [v2017.11.19]: https://github.com/HerculesWS/Hercules/compare/v2017.10.22-1...v2017.11.19 [v2017.10.22-1]: https://github.com/HerculesWS/Hercules/compare/v2017.10.22...v2017.10.22-1 [v2017.10.22]: https://github.com/HerculesWS/Hercules/compare/6b1fe2d...v2017.10.22 |