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