docs(changelog): correct POI entry to match duplicate-suppression approach

The 1.6.4 changelog described an earlier SyncBlizzardObjectivePOIs helper that
was superseded by the per-quest duplicate-POI suppression in QuestieCompat
(commit 70a9934). Update both CHANGELOG.md and the HTML changelog to describe
the actual shipped behavior.
This commit is contained in:
Xurkon
2026-06-12 22:41:13 -05:00
parent 70a99346e6
commit 72bff01724
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -220,7 +220,7 @@
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><strong>[Map &mdash; Native Objective POIs No Longer Overlap Questie Icons]</strong> Consolidated the scattered <code>questPOI</code> CVar / <code>WorldMapQuestShowObjectives</code> toggling into a single <code>QuestieCompat.SyncBlizzardObjectivePOIs</code> helper, and call it from every place that flips objective display (Icons options, theme switch, init, world-map menu) so the server/Blizzard objective POIs stop drawing on top of Questie's objective icons.</li>
<li><strong>[Map &mdash; Suppress Duplicate Native Quest POIs]</strong> Rather than globally disabling the server/Blizzard objective POIs, Questie now keeps them enabled and hides only the individual Blizzard POI buttons for quests that already have a visible Questie POI (per-quest duplicate-POI suppression in <code>QuestieCompat</code>, hooked at init). Blizzard POIs still appear for quests Questie does not cover, but no longer stack on top of Questie's own objective icons.</li>
<li><strong>[Prestige &mdash; Player Cache Reset]</strong> The cached player level/race/class flags are now reset on prestige so available-quest eligibility recomputes against the new character state instead of stale pre-prestige values.</li>
<li><strong>[Quest &mdash; Completion Cache Clear On Refresh]</strong> Quest completion lookups are cleared on refresh so re-accepted and re-evaluated quests no longer read stale completion state.</li>
<li><strong>[Map &mdash; Sunstrider Quest Prereq Gate]</strong> (#8) Added the missing prereq link for <code>Felendren the Banished</code> (8335), so the quest no longer appears as available before <code>Aggression</code> (8334) is completed.</li>