diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-10-19 11:25:51 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-10-19 11:25:51 -0400 |
commit | 4c1dc83759d15b7f9f8aaddf580d2147f43fb845 (patch) | |
tree | 0cf3de102bee1837c7022f7e7df5e8979af54f96 /proto/data.proto | |
parent | 8ea8aef094f73ff6d16f209267c4037399a9a3e7 (diff) | |
download | lingo2-archipelago-4c1dc83759d15b7f9f8aaddf580d2147f43fb845.tar.gz lingo2-archipelago-4c1dc83759d15b7f9f8aaddf580d2147f43fb845.tar.bz2 lingo2-archipelago-4c1dc83759d15b7f9f8aaddf580d2147f43fb845.zip |
Diffstat (limited to 'proto/data.proto')
-rw-r--r-- | proto/data.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/data.proto b/proto/data.proto index d79f47d..a9e1d0d 100644 --- a/proto/data.proto +++ b/proto/data.proto | |||
@@ -264,6 +264,7 @@ message Map { | |||
264 | optional uint64 id = 1; | 264 | optional uint64 id = 1; |
265 | optional string name = 2; | 265 | optional string name = 2; |
266 | optional string display_name = 3; | 266 | optional string display_name = 3; |
267 | optional uint64 worldport_entrance = 4; | ||
267 | } | 268 | } |
268 | 269 | ||
269 | message Progressive { | 270 | message Progressive { |