From 225a6dba793386f36e72b432c8374e1978cee72a Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Fri, 6 Feb 2026 13:24:35 -0500 Subject: Add RTE AP ID to compiled datafile --- proto/data.proto | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'proto') diff --git a/proto/data.proto b/proto/data.proto index 6c846a3..3330666 100644 --- a/proto/data.proto +++ b/proto/data.proto @@ -287,8 +287,10 @@ message Map { optional string display_name = 3; optional DaedalusOnlyMode daedalus_only_mode = 6; optional uint64 worldport_entrance = 4; - optional uint64 rte_room = 7; optional MapType type = 5; + + optional uint64 rte_room = 7; + optional uint64 rte_ap_id = 8; } message Progressive { -- cgit 1.4.1