From df8bf2d0e40e6f4be3c5210cad779b45893728ec Mon Sep 17 00:00:00 2001 From: "Mateo \"Kuruk\" Miccino" Date: Wed, 20 May 2026 21:02:21 -0300 Subject: [PATCH] chore: align PBUiScrollResult ecs_component_id with main proposal Switch from 1202 to 1100 to match the value proposed for main in decentraland/protocol#412, so the cherry-pick lands without an ID divergence between branches. --- proto/decentraland/sdk/components/ui_scroll_result.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/decentraland/sdk/components/ui_scroll_result.proto b/proto/decentraland/sdk/components/ui_scroll_result.proto index 7875f886..9dfa2df8 100644 --- a/proto/decentraland/sdk/components/ui_scroll_result.proto +++ b/proto/decentraland/sdk/components/ui_scroll_result.proto @@ -5,7 +5,7 @@ package decentraland.sdk.components; import "decentraland/sdk/components/common/id.proto"; import "decentraland/common/vectors.proto"; -option (common.ecs_component_id) = 1202; +option (common.ecs_component_id) = 1100; message PBUiScrollResult { decentraland.common.Vector2 value = 1;