Update proto ShopGoods (fix proto by hiro)

for original gc don't forget please remove:
`
.setDisableType(info.getDisableType()) .setSecondarySheetId(info.getSecondarySheetId());
` in `PacketGetShopRsp`
to use this
This commit is contained in:
Yuuki 2023-05-19 17:00:42 +08:00
parent fae51192b5
commit 6936d026bd
1 changed files with 8 additions and 9 deletions

View File

@ -7,24 +7,23 @@ import "ItemParam.proto";
// Name: NMLPHHIHIOK // Name: NMLPHHIHIOK
message ShopGoods { message ShopGoods {
uint32 goodsId = 1; //ok uint32 goodsId = 1; //ok
uint32 EOMGIGFFCLI = 736; // EOMGIGFFCLI not work uint32 EOMGIGFFCLI = 736;
ItemParam goodsItem = 7; //ok ItemParam goodsItem = 7; //ok
uint32 maxLevel = 9; //ok uint32 maxLevel = 9; //ok
uint32 buyLimit = 1201; // JGCLNJKOALJ maybe for boughtNum uint32 JGCLNJKOALJ = 1201;
uint32 scoin = 11; //LAKDFDKCMKC uint32 buyLimit = 11; //LAKDFDKCMKC
uint32 secondary_sheet_id = 1493; // ONDHAANEFIK ??? uint32 ONDHAANEFIK = 1493;
uint32 beginTime = 14; //ok uint32 beginTime = 14; //ok
repeated uint32 preGoodsIdList = 6; //ok repeated uint32 preGoodsIdList = 6; //ok
uint32 IAKCJHEJHOG = 15; uint32 scoin = 15;
uint32 mcoin = 2; //ok uint32 mcoin = 2; //ok
uint32 boughtNum = 3; //ok uint32 boughtNum = 3; //ok
uint32 GNENHCFPFCP = 688; uint32 singleLimit = 688; //GNENHCFPFCP
uint32 BKONLAFGBFC = 10; //ok? was BKONLAFGBFC // broke uint32 BKONLAFGBFC = 10;
uint32 endTime = 4; //ok uint32 endTime = 4; //ok
uint32 hcoin = 12; //ok uint32 hcoin = 12; //ok
repeated ItemParam costItemList = 13; //ok repeated ItemParam costItemList = 13; //ok
uint32 disableType = 617; // HLDEGIEBMBI uint32 HLDEGIEBMBI = 617;
uint32 minLevel = 8; //ok uint32 minLevel = 8; //ok
uint32 nextRefreshTime = 5; //ok uint32 nextRefreshTime = 5; //ok
} }