From 0660a0d42ae5ba18395bf5f6e28d0a1420b52722 Mon Sep 17 00:00:00 2001 From: Xurkon Date: Wed, 8 Apr 2026 17:43:02 -0500 Subject: [PATCH] docs: Update v1.6.0 changelog with detailed fix for object rendering --- CHANGELOG.md | 2 ++ docs/changelog.html | 2 ++ 2 files changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3720675..f1818ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,10 @@ - **[Fix — Map Search DB]** Resolved a critical database issue where objects and NPCs searched via Advanced Search failed to display all available spawn locations. - **Override Prioritization**: Refactored `GetObject`, `GetNPC`, and `GetItem` in `QuestieDB` to prioritize manual corrections (overrides) over the compiled database. This ensures human-verified data is always used when available. + - **Correction Loader Fix**: Resolved a fundamental flaw in the correction system where WotLK-specific object fixes were being written to the binary database companion table (`objectData`) instead of the active override table (`objectDataOverrides`), causing overrides to be ignored by the rendering engine. - **Data Compatibility**: Hardened the database engine to support both integer and string-based indexing, preventing `nil` errors on legacy clients while maintaining performance. - **[Fix — Object Spawn Data]** Restored missing "Blood of Heroes" (ID 176213) spawn locations. + - **Override Migration**: Restructured the 150+ verified spawn locations to use the direct override path, ensuring they correctly render for all factions in Plaguelands on WotLK servers. - **Data Merge**: Integrated 150+ verified spawn locations from both the Classic database and Wowhead scraping into the WotLK module. - **Deduplication**: Sanitized coordinate data to remove duplicate pins, providing a cleaner map interface for high-density spawns in Plaguelands. - **[UI — Search Experience]** Improved the Advanced Search results interface. diff --git a/docs/changelog.html b/docs/changelog.html index 74fc54b..737f135 100644 --- a/docs/changelog.html +++ b/docs/changelog.html @@ -181,11 +181,13 @@
  • [Fix — Map Search DB] Resolved a critical database issue where objects and NPCs searched via Advanced Search failed to display all available spawn locations.
  • [Fix — Object Spawn Data] Restored missing "Blood of Heroes" (ID 176213) spawn locations.