Skip to content

Commit

Permalink
Covenant filters should be on by default for new installs
Browse files Browse the repository at this point in the history
  • Loading branch information
Myrhial committed Jan 16, 2022
1 parent e260fa8 commit ba1fc0e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Settings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,10 @@ local GeneralSettingsBase = {
["Show:PetBattles"] = true,
["Hide:PvP"] = false,
["Dynamic:Style"] = 1,
["CC:SL_COV_KYR"] = true,
["CC:SL_COV_VEN"] = true,
["CC:SL_COV_NFA"] = true,
["CC:SL_COV_NEC"] = true,
},
};
local FilterSettingsBase = {};
Expand Down

0 comments on commit ba1fc0e

Please sign in to comment.