summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2020-03-14 19:16:33 +0100
committerHaru <haru@dotalux.com>2020-03-14 19:16:33 +0100
commited5d2d7222401f17f9c8ded96ff0e86aba8e88d6 (patch)
tree15d6b988f379d733e66d8e5da83281960c9cd647 /CHANGELOG.md
parenteddaa7dc006d9b789155910878262e3c8371ddd8 (diff)
downloadhercules-ed5d2d7222401f17f9c8ded96ff0e86aba8e88d6.tar.gz
hercules-ed5d2d7222401f17f9c8ded96ff0e86aba8e88d6.tar.bz2
hercules-ed5d2d7222401f17f9c8ded96ff0e86aba8e88d6.tar.xz
hercules-ed5d2d7222401f17f9c8ded96ff0e86aba8e88d6.zip
Release v2020.03.08+1
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md11
1 files changed, 8 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index dbf83f231..a66decd1a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,12 @@ 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.03.08] `March 08 2020` `PATCH 1`
+
+### Fixed
+
+- Fixed an incorrect return value in `unit->walktobl()` causing mobs to be unable to walk to their target. (#2659)
+
## [v2020.03.08] `March 08 2020`
### Added
@@ -60,8 +66,6 @@ If you are reading this in a text editor, simply ignore this section
- Fixed the handling of skill requirements and conditions by the `itemskill()` command. (#2648, issue #2646)
- Added missing requirements to `CASH_INCAGI` and `RK_CRUSHSTRIKE`. (part of #2648)
-### Deprecated
-
### Removed
- Removed the `ISF_IGNORECONDITIONS` flag previously used by `itemskill()`, now the default behavior. (#2648)
@@ -1253,7 +1257,8 @@ 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.02.09]: https://github.com/HerculesWS/Hercules/compare/v2020.02.09...v2020.03.08
+[v2020.03.08+1]: https://github.com/HerculesWS/Hercules/compare/v2020.03.08...v2020.03.08+1
+[v2020.03.08]: https://github.com/HerculesWS/Hercules/compare/v2020.02.09...v2020.03.08
[v2020.02.09]: https://github.com/HerculesWS/Hercules/compare/v2020.01.12...v2020.02.09
[v2020.01.12]: https://github.com/HerculesWS/Hercules/compare/v2019.12.15...v2020.01.12
[v2019.12.15]: https://github.com/HerculesWS/Hercules/compare/v2019.11.17+1...v2019.12.15