This commit is contained in:
by 2024-07-29 18:27:03 +08:00
parent 6aeaf487e5
commit 1de146a6d4
1 changed files with 2 additions and 2 deletions

View File

@ -1277,8 +1277,8 @@ message SCAwardLog{
repeated AnnouncerLogInfo AnnouncerLog = 3; repeated AnnouncerLogInfo AnnouncerLog = 3;
} }
message AwardLogInfo{ message AwardLogInfo{
int32 ItemId = 2; //ID int32 ItemId = 1; //ID
int64 Num = 4; // int64 Num = 2; //
} }
// //
message AnnouncerLogInfo{ message AnnouncerLogInfo{