From 1de146a6d4dd588c1f659a1e56a081699593f69c Mon Sep 17 00:00:00 2001 From: by <123456@qq.com> Date: Mon, 29 Jul 2024 18:27:03 +0800 Subject: [PATCH] update --- protocol/player/player.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/protocol/player/player.proto b/protocol/player/player.proto index 683eeb9..1cc893b 100644 --- a/protocol/player/player.proto +++ b/protocol/player/player.proto @@ -1277,8 +1277,8 @@ message SCAwardLog{ repeated AnnouncerLogInfo AnnouncerLog = 3; } message AwardLogInfo{ - int32 ItemId = 2; //道具ID - int64 Num = 4; //数量 + int32 ItemId = 1; //道具ID + int64 Num = 2; //数量 } //实时播报 message AnnouncerLogInfo{