diff --git a/game.proto b/game.proto index aafbbe0..f9d6606 100644 --- a/game.proto +++ b/game.proto @@ -92,6 +92,8 @@ message RoleEndBattleRsp { string reward = 4; bool pass = 5; repeated models.Hero hero = 6; + int32 chapter_id = 7; + int32 carbon_id = 8; } message RoleTaskRar { diff --git a/models.proto b/models.proto index ef44424..bef0370 100644 --- a/models.proto +++ b/models.proto @@ -113,7 +113,7 @@ message Role { uint32 jewelrylimit = 17; uint32 materiallimit = 18; - map passchapters = 19; // 通关记录 + map pass_chapters = 19; // 通关记录 map time_reset = 20; // 重置记录 {1=1,2=1,3=1} 1=CrossDay,2=CrossWeek,3=CrossMonth map daily_task = 21; -- libgit2 0.21.2