diff --git a/models.proto b/models.proto index 5842693..0535654 100644 --- a/models.proto +++ b/models.proto @@ -151,6 +151,7 @@ message Role { int32 cur_climb_carbon_id = 37; //爬塔关卡id map equip_pos_level = 38; //装备栏强化等级 map chapter_star_info = 39; // 通关记录 map[chapter_id]{star} + uint32 daily_dispatch_count = 40; //每日当前派遣次数 } message ChapterInfo { -- libgit2 0.21.2