v1.4.7: Taint Resolution & WotLKDB Restructure

This commit is contained in:
Xurkon
2026-03-22 13:15:02 -05:00
parent 6e34cebead
commit c554370786
7 changed files with 23 additions and 4 deletions
+5
View File
@@ -0,0 +1,5 @@
## 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.