From 4964de4db8baf37fe05b3ad0c7e022a1303b8df5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lilian=20J=C3=B3nsd=C3=B3ttir?= Date: Sun, 2 Aug 2020 10:53:43 -0700 Subject: [PATCH] oops I forgot a guar --- MWSE/mods/celediel/MoreAttentiveGuards/config.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MWSE/mods/celediel/MoreAttentiveGuards/config.lua b/MWSE/mods/celediel/MoreAttentiveGuards/config.lua index 0f1a8b1..18bf2df 100644 --- a/MWSE/mods/celediel/MoreAttentiveGuards/config.lua +++ b/MWSE/mods/celediel/MoreAttentiveGuards/config.lua @@ -17,7 +17,8 @@ this.default = { combatDistance = 850, combatDialogue = true, ignored = { - ["mer_tgw_guar"] = true + ["mer_tgw_guar"] = true, + ["mer_tgw_guar_w"] = true } }