summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2020-06-03 23:15:09 +0200
committerHaru <haru@dotalux.com>2020-06-03 23:15:09 +0200
commit9a06857cc3ad2ad8f00b52ccc33f6c07342ad985 (patch)
tree959b1dcc274c16892d0e4bfae3180efc0d953d10 /CHANGELOG.md
parent789d7620b25220f842ea71264e6f992a8222cb4f (diff)
downloadhercules-9a06857cc3ad2ad8f00b52ccc33f6c07342ad985.tar.gz
hercules-9a06857cc3ad2ad8f00b52ccc33f6c07342ad985.tar.bz2
hercules-9a06857cc3ad2ad8f00b52ccc33f6c07342ad985.tar.xz
hercules-9a06857cc3ad2ad8f00b52ccc33f6c07342ad985.zip
Release v2020.05.31+1
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 04a15d1ab..a8c8283af 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,15 @@ 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
-->
+## [v2020.05.31+1] `May 31 2020` `PATCH 1`
+
+### Fixed
+
+- Fixed a crash in the db2sql plugin with the MariaDB client library. (#2748)
+- Fixed the job level stat bonuses for the Novice class to match the official servers. (#2747)
+- Fixed an issue that caused the walk-path check to be never executed for skills that require the caster to be able to move. (#2761)
+- Fixed an issue that caused "Unknown Skill" errors to appear while casting skills. The default value for the skill damage type field of the skill database is now `NK_NONE` instead of `NK_NO_DAMAGE`. (#2761, issue #2760)
+
## [v2020.05.31] `May 31 2020`
### Added
@@ -1436,6 +1445,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
+[v2020.05.31+1]: https://github.com/HerculesWS/Hercules/compare/v2020.05.31...v2020.05.31+1
[v2020.05.31]: https://github.com/HerculesWS/Hercules/compare/v2020.05.03...v2020.05.31
[v2020.05.03]: https://github.com/HerculesWS/Hercules/compare/v2020.04.05+1...v2020.05.03
[v2020.04.05+1]: https://github.com/HerculesWS/Hercules/compare/v2020.04.05...v2020.04.05+1