File Details
BrannFilterBag.202603152110.zip
- R
- Mar 15, 2026
- 85.27 KB
- 11
- 12.0.1
- Retail
File Name
BrannFilterBag.202603152110.zip
Supported Versions
- 12.0.1
First-Install Crash Fixed
- Fixed error on first install:
bad argument #1 to 'SetValue'when opening global settings - Cause:
Defaults.globalin Core.lua was missingopacity,showSearch,showSonstige, andshowPerBagSlots— the settings panel tried to usenilvalues - Added all missing fields to
Defaults.global
Settings Migration for Existing Installs
- Sub-key migration now fills in missing fields inside
globalandmasterBagwhen updating from older versions (previously only top-level keys were migrated)
Robust Field-Level Defaults in Settings Panel
FilterSettings:OpenGlobal()now sets individual missing fields instead of relying on a table-levelorfallback that silently failed when the table already existed