From b1eb871df7a27b695a1f0eab8d1906154eca8b1a Mon Sep 17 00:00:00 2001 From: Gunter Labes Date: Mon, 7 Oct 2024 14:05:16 +0200 Subject: [PATCH] Schema: Add missing location filter attribute --- data/schema/filters/location.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/schema/filters/location.cfg b/data/schema/filters/location.cfg index b0b7cb1c57c..ed233a2498a 100644 --- a/data/schema/filters/location.cfg +++ b/data/schema/filters/location.cfg @@ -7,14 +7,15 @@ {SIMPLE_KEY terrain s_terrain_list} {SIMPLE_KEY x s_coordinates} {SIMPLE_KEY y s_coordinates} + {SIMPLE_KEY location_id string_list} {SIMPLE_KEY area string} {SIMPLE_KEY include_borders s_bool} {DEPRECATED_KEY owner_side s_unsigned_range_list} + {SIMPLE_KEY gives_income s_bool} {SIMPLE_KEY find_in string} {SIMPLE_KEY radius s_int} {SIMPLE_KEY formula formula} {SIMPLE_KEY lua_function string} - {SIMPLE_KEY location_id string_list} {FILTER_TAG "filter" unit ()} {FILTER_TAG "filter_owner" side ()}