diff --git a/Init.lua b/Init.lua index 775e356..ea938ec 100644 --- a/Init.lua +++ b/Init.lua @@ -69,6 +69,13 @@ local function LoadVariables() for instanceID in pairs(ns.RAIDS) do ALCOptions.instances[instanceID] = true end + else + -- Default new raids to true and dungeons to false. + for instanceID in pairs(ns.RAIDS) do + if ALCOptions.instances[instanceID] == nil then + ALCOptions.instances[instanceID] = true + end + end end end