From f06d107a7469e172686d682a74ded0d800278339 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sun, 26 Oct 2025 09:14:21 -0400 Subject: Added backwards compatibility with removed locations --- proto/data.proto | 3 +++ 1 file changed, 3 insertions(+) (limited to 'proto/data.proto') diff --git a/proto/data.proto b/proto/data.proto index b46ab99..d84c598 100644 --- a/proto/data.proto +++ b/proto/data.proto @@ -30,6 +30,9 @@ enum DoorType { // This door is never a location, and is an item as long as gallery painting shuffle is on. GALLERY_PAINTING = 7; + + // This location is not added to new worlds, but the client can send it out for backwards compataibility purposes. + LEGACY_LOCATION = 8; } enum DoorGroupType { -- cgit 1.4.1