add Merlord's Guars to ignore list by default

This commit is contained in:
Lilian Jónsdóttir 2020-08-02 10:25:34 -07:00
parent 4b502dda24
commit 7283a324dc

View file

@ -16,7 +16,9 @@ this.default = {
combatEnable = true, combatEnable = true,
combatDistance = 850, combatDistance = 850,
combatDialogue = true, combatDialogue = true,
ignored = {} ignored = {
["mer_tgw_guar"] = true
}
} }
function this.getConfig() function this.getConfig()