diff --git a/models.proto b/models.proto index 5081bb4..1eb9571 100644 --- a/models.proto +++ b/models.proto @@ -159,6 +159,7 @@ message Task { map specify_task = 6; map achievement_task = 7; map favorability_task = 8; // id=process + map global_task = 9; } message Dispatch { diff --git a/protocode.proto b/protocode.proto index 6196008..9f2b1b9 100644 --- a/protocode.proto +++ b/protocode.proto @@ -80,12 +80,13 @@ enum ProtoCode RoleUpdatePropertyNty = 1002; RoleUpdateItemsNty = 1003; RoleTaskUpdateNty = 1004; - HeroAddNty = 1005; - HeroUpdatePropertyNty = 1006; - EmailNewNty = 1007; - EquipmentAddNty = 1008; - StoreUpdatePropertyNty = 1009; - ActivityPropertyNty = 1010; - ActivityCirNty = 1011; + RoleTaskOpenNty = 1005; + HeroAddNty = 1006; + HeroUpdatePropertyNty = 1007; + EmailNewNty = 1008; + EquipmentAddNty = 1009; + StoreUpdatePropertyNty = 1010; + ActivityPropertyNty = 1011; + ActivityCirNty = 1012; } \ No newline at end of file diff --git a/role.proto b/role.proto index abf67d0..fd4530c 100644 --- a/role.proto +++ b/role.proto @@ -269,3 +269,7 @@ message RoleCostDiamondAddSpReq { message RoleCostDiamondAddSpRsp { int32 sp = 1; } + +message RoleTaskOpenNty { + map task_open = 1; +} \ No newline at end of file -- libgit2 0.21.2