NPCs in these abot mod's aren't actually NPCs
This commit is contained in:
parent
dbc8054d22
commit
c1b2009c87
|
@ -5,7 +5,9 @@ local defaultConfig = {
|
||||||
-- general settings
|
-- general settings
|
||||||
ignored = {
|
ignored = {
|
||||||
["balmora, caius cosades' house"] = true,
|
["balmora, caius cosades' house"] = true,
|
||||||
["publican"] = true -- inns are public
|
["publican"] = true, -- inns are public
|
||||||
|
["abotwhereareallbirdsgoing.esp"] = true, -- ignore abot's creature mods by default
|
||||||
|
["abotwaterlife.esm"] = true,
|
||||||
},
|
},
|
||||||
closeTime = 21,
|
closeTime = 21,
|
||||||
openTime = 7,
|
openTime = 7,
|
||||||
|
|
Loading…
Reference in a new issue