From 90c467f2d54ef6b9e12a5c99501ef1e6805e0654 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20Br=C3=BCbach?= Date: Thu, 2 Jul 2026 09:29:17 -0400 Subject: [PATCH] Add new card art rule comment --- libcockatrice_protocol/libcockatrice/protocol/pb/response.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcockatrice_protocol/libcockatrice/protocol/pb/response.proto b/libcockatrice_protocol/libcockatrice/protocol/pb/response.proto index 2bbf5c55b..e1f415ce6 100644 --- a/libcockatrice_protocol/libcockatrice/protocol/pb/response.proto +++ b/libcockatrice_protocol/libcockatrice/protocol/pb/response.proto @@ -79,7 +79,7 @@ message Response { REPLAY_LIST = 1100; // Response listing replays REPLAY_DOWNLOAD = 1101; // Response for replay download REPLAY_GET_CODE = 1102; // Response containing replay code - CARD_ART_RULE_LIST = 1200; + CARD_ART_RULE_LIST = 1200; // Response containing a list of card art rules } required uint64 cmd_id = 1; // Command ID that this response corresponds to