add Merlord's Guars to ignore list by default
This commit is contained in:
parent
4b502dda24
commit
7283a324dc
1 changed files with 3 additions and 1 deletions
|
@ -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()
|
||||||
|
|
Loading…
Add table
Reference in a new issue