diff --git a/config/AllLanguage.xlsx b/config/AllLanguage.xlsx index 162f0aff..c1d1395d 100644 Binary files a/config/AllLanguage.xlsx and b/config/AllLanguage.xlsx differ diff --git a/config/DialogueData.xlsx b/config/DialogueData.xlsx index 74fe2090..b18bba7c 100644 Binary files a/config/DialogueData.xlsx and b/config/DialogueData.xlsx differ diff --git a/config/LimitedTimeEvent.xlsx b/config/LimitedTimeEvent.xlsx index 8680a596..25ae177e 100644 Binary files a/config/LimitedTimeEvent.xlsx and b/config/LimitedTimeEvent.xlsx differ diff --git a/config/SceneData.xlsx b/config/SceneData.xlsx index 22790264..6810366f 100644 Binary files a/config/SceneData.xlsx and b/config/SceneData.xlsx differ diff --git a/proto/Gameapi.proto b/proto/Gameapi.proto index fb2e6754..5ef79ef3 100644 --- a/proto/Gameapi.proto +++ b/proto/Gameapi.proto @@ -1589,6 +1589,7 @@ message ResPlayerRank{ int32 FurSet = 10; // 毛皮设置 ActLog Last = 11; //最后一条活动日志 string PetName = 12; // 宠物名字 + int32 Rank = 13; // 排名 } message ResFriendLog{