Follow-up Comment #1, bug #22516 (project wesnoth): I looked into this -- the code which I most recently posted to master about unit filters treats `id=""` the same as if the id field were blank. I didn't realize that it was important not to do that. I think all the fields of unit filter that take comma separated lists are affected, so not just ids, but also types, variations, abilities...
Ultimately it goes back to this line here: https://github.com/wesnoth/wesnoth/blob/master/src/unit_filter.cpp#L107 I think I should be able to push a fix without much difficulty. _______________________________________________________ Reply to this item at: <http://gna.org/bugs/?22516> _______________________________________________ Message sent via/by Gna! http://gna.org/ _______________________________________________ Wesnoth-bugs mailing list [email protected] https://mail.gna.org/listinfo/wesnoth-bugs
