diff --git a/models.proto b/models.proto index 18874ae..8df618d 100644 --- a/models.proto +++ b/models.proto @@ -112,12 +112,12 @@ message Role { int32 level = 5; int32 exp = 6; int32 diamond = 7; + int32 gold = 8; + int32 sp = 9; + int64 sp_lastupdate = 10; + int32 sp_buycount = 11; - int32 sp = 8; - bool del = 10; - int64 sp_lastupdate = 11; map incres = 12; - string items = 13;//物品 "id=count id2=count2" uint32 clotheslimit = 14; uint32 weaponslimit = 15; @@ -140,7 +140,7 @@ message Role { map talent_tree = 32; int32 lucky_seek = 33; // lucky black cat seek - int32 diamond_buy = 34; + bool del = 34; } message Activity { diff --git a/protocode.proto b/protocode.proto index e731acd..6196008 100644 --- a/protocode.proto +++ b/protocode.proto @@ -32,6 +32,7 @@ enum ProtoCode RoleLuckyStartRpc = 124; RoleLuckySeekRpc = 125; RoleLuckyRewardRpc = 126; + RoleCostDiamondAddSpRpc = 127; HeroEquipReferRpc = 201; HeroFragmentCovertRpc = 202; diff --git a/role.proto b/role.proto index d260675..74fc330 100644 --- a/role.proto +++ b/role.proto @@ -265,6 +265,7 @@ message RoleLuckyRewardRsp { } message RoleCostDiamondAddSpReq { + int32 buy_count = 1; } message RoleCostDiamondAddSpRsp { -- libgit2 0.21.2