Commit abf73981a5a7f62d627e0030a42bd0ed3038a07a

Authored by zhangqijia
1 parent 3e7e7065

fix: hero not nil

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
hero.proto
... ... @@ -62,6 +62,7 @@ message HeroSkillUpLevelRsp {
62 62 message HeroAddNty {
63 63 models.Hero hero = 1;
64 64 }
  65 +
65 66 message HeroUpdatePropertyNty {
66 67 repeated string keys = 1;
67 68 models.Activity activity = 2;
... ...