diff --git a/proto/decentraland/sdk/components/avatar_equipped_data.proto b/proto/decentraland/sdk/components/avatar_equipped_data.proto index 74087df5..1890fbd5 100644 --- a/proto/decentraland/sdk/components/avatar_equipped_data.proto +++ b/proto/decentraland/sdk/components/avatar_equipped_data.proto @@ -9,5 +9,5 @@ option (common.ecs_component_id) = 1091; // data. message PBAvatarEquippedData { repeated string wearable_urns = 1; - repeated string emotes_urns = 2; + repeated string emote_urns = 2; } \ No newline at end of file