## 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.
