diff --git a/protos/ArenaInfoProto.proto b/protos/ArenaInfoProto.proto index 757628a..13597b5 100644 --- a/protos/ArenaInfoProto.proto +++ b/protos/ArenaInfoProto.proto @@ -259,7 +259,7 @@ import "CommonProto.proto"; } message GetNewArenaInfoResponse{ optional int32 ranking = 1;//我的排名 - optional int32 score = 2;//我的积分 + optional int64 score = 2;//我的积分 optional int32 roomId = 3;//房间id optional int32 lvScore = 4;//段位积分 optional int32 fightNum = 5;//挑战次数 diff --git a/protos/MessageTypeProto.proto b/protos/MessageTypeProto.proto index 3dea20d..4255cb0 100644 --- a/protos/MessageTypeProto.proto +++ b/protos/MessageTypeProto.proto @@ -1683,8 +1683,6 @@ enum MessageType{ // 新竞技场 GetNewArenaInfoRequest = 6000035; GetNewArenaInfoResponse = 6000036; -// GetAllArenaRoomRequest = 6000037; -// GetAllArenaRoomResponse = 6000038; RefreshArenaOpponentRequest = 6000039; RefreshArenaOpponentResponse = 6000040; NewArenaChallengeRequest = 6000041;