From 7283a324dcb3866714a2ab79da709b69dc40adfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lilian=20J=C3=B3nsd=C3=B3ttir?= Date: Sun, 2 Aug 2020 10:25:34 -0700 Subject: [PATCH] add Merlord's Guars to ignore list by default --- MWSE/mods/celediel/MoreAttentiveGuards/config.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/MWSE/mods/celediel/MoreAttentiveGuards/config.lua b/MWSE/mods/celediel/MoreAttentiveGuards/config.lua index 8ba145d..0f1a8b1 100644 --- a/MWSE/mods/celediel/MoreAttentiveGuards/config.lua +++ b/MWSE/mods/celediel/MoreAttentiveGuards/config.lua @@ -16,7 +16,9 @@ this.default = { combatEnable = true, combatDistance = 850, combatDialogue = true, - ignored = {} + ignored = { + ["mer_tgw_guar"] = true + } } function this.getConfig()