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
+1
View File
@@ -99,6 +99,7 @@ function l10n:PostBoot()
local count = 0
-- Create {['name'] = {ID, },} table for lookup of possible object IDs by name
if not QuestieDB.ObjectPointers then return end
for id in pairs(QuestieDB.ObjectPointers) do
local name = QuestieDB.QueryObjectSingle(id, "name")
if name then -- We (meaning me, BreakBB) introduced Fake IDs for objects to show additional locations, so we need to check this