Fixed a typo
This commit is contained in:
parent
e3c4f6c1bc
commit
2cf1c920ef
1 changed files with 1 additions and 1 deletions
|
@ -370,7 +370,7 @@ bool unit::ability_affects_adjacent(const std::string& ability,const config& cfg
|
|||
int illuminates = -1;
|
||||
if (const config* mfilter = cfg.child("filter"))
|
||||
{
|
||||
if (!mathces_filter(mfilter,loc, cache_illuminates(illuminates, ability)))
|
||||
if (!matches_filter(mfilter,loc, cache_illuminates(illuminates, ability)))
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue