diff options
author | Daniel Schadt <kingdread@gmx.de> | 2020-09-21 12:24:35 +0200 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2020-09-21 12:31:15 +0200 |
commit | dd015d3b3640fed0885fd94db78def42531b47d5 (patch) | |
tree | 14bc3940b6a30efdd6c3615e37a24e12133790e2 /CHANGELOG.md | |
parent | 4f3084ad0268fb51d8f5873a69becea3deb785d4 (diff) | |
download | evtclib-dd015d3b3640fed0885fd94db78def42531b47d5.tar.gz evtclib-dd015d3b3640fed0885fd94db78def42531b47d5.tar.bz2 evtclib-dd015d3b3640fed0885fd94db78def42531b47d5.zip |
fix CM detection for new Skorvald logs
The Sunqua Peak patch released on 2020-09-15 shifted fractals around
(notably moving the old CMs to 98 & 99), which messed with the boss
health in those fractals. As a result, the Skorvald CM detection (which
relied on the health of Skorvald being higher in CM) was broken.
This patch introduces a fallback mechanism which relies on the
split-phase anomalies, as those are still different in the CM. It should
be 100% accurate, as long as players actually make it to the split
phase. Before that, we currently have to assume that the fight is
non-CM, even if it's a log from a CM wiping before first split phase.
There is some discussion in the Elite-Insights Discord here[1] about
this change.
[1]: https://discordapp.com/channels/456611641526845473/718866714527399976/755914037354692648
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c79a723..4af377e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ All notable changes to this project will be documented in this file. - Handling of log files with "Claw of the Fallen" as the encounter id. - Both bosses are now returned for the "Voice & Claw of the Fallen" strike mission. +- Fixed CM detection for Skorvald logs done after the 2020-09-15 patch + (introduction of Sunqua Peak). ## 0.4.2 - 2020-08-28 ### Fixed |