diff options
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 { |