feat: release v1.4.6 - Fix SavedVariables persistence and red textures for MafWow/3.3.5a

This commit is contained in:
Xurkon
2026-03-22 08:30:20 -05:00
parent d342fd3461
commit 6e34cebead
40 changed files with 654 additions and 558 deletions
+3
View File
@@ -225,7 +225,10 @@ function QuestieEventHandler:RegisterLateEvents()
end)
end
local _PlayerLoginFired = false
function _EventHandler:PlayerLogin()
if _PlayerLoginFired then return end
_PlayerLoginFired = true
-- Check config exists
if not Questie.db or not QuestieConfig then
-- Did you move Questie.db = LibStub("AceDB-3.0"):New("QuestieConfig",.......) out of Questie:OnInitialize() ?