From cf638697c17ec186b5da88ea92fc005371c9eab7 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Mon, 27 Oct 2025 10:12:58 -0400 Subject: Assign stable IDs for shuffleable worldports --- proto/data.proto | 1 + proto/human.proto | 1 + 2 files changed, 2 insertions(+) (limited to 'proto') diff --git a/proto/data.proto b/proto/data.proto index d84c598..d68c5c9 100644 --- a/proto/data.proto +++ b/proto/data.proto @@ -201,6 +201,7 @@ message PaintingData { message Port { optional uint64 id = 1; + optional uint64 ap_id = 11; optional uint64 room_id = 2; optional string name = 3; diff --git a/proto/human.proto b/proto/human.proto index a5f7a7c..1cd0f10 100644 --- a/proto/human.proto +++ b/proto/human.proto @@ -264,6 +264,7 @@ message IdMappings { map panels = 1; map masteries = 2; map keyholders = 3; + map ports = 4; } message MapIds { -- cgit 1.4.1