From 9ca8681ca5f134d65eaa4b5ae68d57ba67fe98d6 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sat, 9 Aug 2025 11:51:20 -0400 Subject: Added support for masteries Also assigned IDs for the_butterfly, as well as already configured letters. --- proto/human.proto | 2 ++ 1 file changed, 2 insertions(+) (limited to 'proto/human.proto') diff --git a/proto/human.proto b/proto/human.proto index 88aca38..3edd984 100644 --- a/proto/human.proto +++ b/proto/human.proto @@ -153,6 +153,7 @@ message HumanRoom { message IdMappings { message RoomIds { map panels = 1; + map masteries = 2; } message MapIds { @@ -162,4 +163,5 @@ message IdMappings { map maps = 1; map special = 2; + map letters = 3; } -- cgit 1.4.1