diff options
author | Haru <haru@dotalux.com> | 2017-11-28 15:34:41 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2017-11-28 15:34:41 +0100 |
commit | fb1fbee39e38a901311b0c1c44f704b1545e9576 (patch) | |
tree | be4138968daa2792727f49861b1955aa9c3a14ec | |
parent | 45db6ef0f27295b7c146c813b4f161e87b7cdaa4 (diff) | |
download | hercules-fb1fbee39e38a901311b0c1c44f704b1545e9576.tar.gz hercules-fb1fbee39e38a901311b0c1c44f704b1545e9576.tar.bz2 hercules-fb1fbee39e38a901311b0c1c44f704b1545e9576.tar.xz hercules-fb1fbee39e38a901311b0c1c44f704b1545e9576.zip |
Release v2017.11.19-2v2017.11.19+2
Signed-off-by: Haru <haru@dotalux.com>
-rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a67ac905c..b0f64f930 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,11 @@ 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-2] `November 28 2017` `PATCH 2` +### Fixed +- Fixed an item loading failure in RODEX. (#1917, issue #1912) +- Fixed invisible NPCs (such as `FAKE_NPC`) being displayed as novices. (#1918, issue #1916) + ## [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) @@ -80,6 +85,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-2]: https://github.com/HerculesWS/Hercules/compare/v2017.11.19-1...v2017.11.19-2 [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 |