Files
Questie-X/v1.4.7_notes.md
T

593 B

Taint Resolution & WotLKDB Restructure

  • [Architecture] Refactored Questie-X-WotLKDB database files from monolithic global definitions into smaller, manageable chunks using ddonTable to prevent memory allocation failures during LoadAddOn() and eliminate global namespace pollution.
  • [Taint Fix] Loader.lua now explicitly exports WotLKDB data to G.QuestieX_WotLKDB* with proper capitalization ( pc, object, item, quest) to match QuestieInit's expectations, fully resolving database loading failures and taint vectors.
  • [Version] Bumped version to 1.4.7 across the codebase.