feat: release v1.4.6 - Fix SavedVariables persistence and red textures for MafWow/3.3.5a
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user