diff --git a/hero.proto b/hero.proto index 2633265..142cf64 100644 --- a/hero.proto +++ b/hero.proto @@ -121,4 +121,14 @@ message HeroUpMemorySlotRsp { map slot_memory = 2; } +message HeroBatchSkillUpLevelReq { + string hero_id = 1; + repeated int32 skill_id = 2; +} + +message HeroBatchSkillUpLevelRsp { + string hero_id = 1; + map skills = 6; +} + diff --git a/protocode.proto b/protocode.proto index 23bdef0..125d25d 100644 --- a/protocode.proto +++ b/protocode.proto @@ -39,6 +39,7 @@ enum ProtoCode HeroBatchSetMemoryFragmentsRpc = 209; HeroUpGradeRpc = 210; HeroUpMemorySlotRpc = 211; + HeroBatchSkillUpLevelRpc = 212; EmailListRpc = 301; EmailDrawRpc = 302; -- libgit2 0.21.2