temples are public by default
This commit is contained in:
parent
ad4a113642
commit
554a5b86ef
|
@ -5,7 +5,10 @@ local defaultConfig = {
|
||||||
-- general settings
|
-- general settings
|
||||||
ignored = {
|
ignored = {
|
||||||
["Balmora, Caius Cosades' House"] = true,
|
["Balmora, Caius Cosades' House"] = true,
|
||||||
["Publican"] = true,
|
["Publican"] = true, -- inns are public
|
||||||
|
-- temples are public too
|
||||||
|
["Temple"] = true,
|
||||||
|
["T_Mw_Temple"] = true
|
||||||
},
|
},
|
||||||
closeTime = 21,
|
closeTime = 21,
|
||||||
openTime = 7,
|
openTime = 7,
|
||||||
|
@ -24,7 +27,7 @@ local defaultConfig = {
|
||||||
lockDoors = true,
|
lockDoors = true,
|
||||||
waistWorks = common.waist.interior,
|
waistWorks = common.waist.interior,
|
||||||
-- debug settings
|
-- debug settings
|
||||||
logLevel = common.logLevels.none,
|
logLevel = common.logLevels.none
|
||||||
}
|
}
|
||||||
|
|
||||||
local currentConfig
|
local currentConfig
|
||||||
|
|
Loading…
Reference in a new issue