about summary refs log tree commit diff stats
path: root/proto/data.proto
diff options
context:
space:
mode:
Diffstat (limited to 'proto/data.proto')
-rw-r--r--proto/data.proto3
1 files changed, 3 insertions, 0 deletions
diff --git a/proto/data.proto b/proto/data.proto index d7538da..3330666 100644 --- a/proto/data.proto +++ b/proto/data.proto
@@ -288,6 +288,9 @@ message Map {
288 optional DaedalusOnlyMode daedalus_only_mode = 6; 288 optional DaedalusOnlyMode daedalus_only_mode = 6;
289 optional uint64 worldport_entrance = 4; 289 optional uint64 worldport_entrance = 4;
290 optional MapType type = 5; 290 optional MapType type = 5;
291
292 optional uint64 rte_room = 7;
293 optional uint64 rte_ap_id = 8;
291} 294}
292 295
293message Progressive { 296message Progressive {