Follow through on the 1.5.0 name change of [secondary_unit_filter]...
...to [filter_second]. This wasn't used anywhere in mainline, and wmllint has been lifting it all along.
This commit is contained in:
parent
09cdae1500
commit
3cd9a85fd8
1 changed files with 1 additions and 1 deletions
|
@ -2668,7 +2668,7 @@ WML_HANDLER_FUNCTION(heal_unit, event_info, cfg)
|
|||
}
|
||||
}
|
||||
|
||||
const vconfig healers_filter = cfg.child("secondary_unit_filter");
|
||||
const vconfig healers_filter = cfg.child("filter_second");
|
||||
unit_map::iterator v;
|
||||
std::vector<unit_map::iterator> healers;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue