update
This commit is contained in:
parent
64381303e0
commit
fbed65b532
|
@ -1,5 +1,5 @@
|
|||
|
||||
6у├ж├в├с├т├"║█ю└=
|
||||
6т├у├ж├в├с├"║█ю└=
|
||||
.؆نچۆ"¡<>À„=
|
||||
Wш├с├т├у├ж├в├ы├з├ь├" ║█─╜Б
|
||||
]в├з├ш├с├у├ь├ы├э├т├ж├"╒█Т
|
||||
Wз├ш├с├т├у├в├ь├ы├ж├" ║█─╜Б
|
||||
]т├ь├ш├э├с├у├ж├в├ы├з├"╒█Т
|
BIN
data/DB_Task.dat
BIN
data/DB_Task.dat
Binary file not shown.
|
@ -575,7 +575,7 @@ type PropInfo struct {
|
|||
unknownFields protoimpl.UnknownFields
|
||||
|
||||
ItemId int32 `protobuf:"varint,1,opt,name=ItemId,proto3" json:"ItemId,omitempty"` //物品ID
|
||||
ItemNum int32 `protobuf:"varint,2,opt,name=ItemNum,proto3" json:"ItemNum,omitempty"` //物品数量
|
||||
ItemNum int64 `protobuf:"varint,2,opt,name=ItemNum,proto3" json:"ItemNum,omitempty"` //物品数量
|
||||
}
|
||||
|
||||
func (x *PropInfo) Reset() {
|
||||
|
@ -617,7 +617,7 @@ func (x *PropInfo) GetItemId() int32 {
|
|||
return 0
|
||||
}
|
||||
|
||||
func (x *PropInfo) GetItemNum() int32 {
|
||||
func (x *PropInfo) GetItemNum() int64 {
|
||||
if x != nil {
|
||||
return x.ItemNum
|
||||
}
|
||||
|
@ -952,7 +952,7 @@ var file_bag_proto_rawDesc = []byte{
|
|||
0x6f, 0x52, 0x05, 0x49, 0x6e, 0x66, 0x6f, 0x73, 0x22, 0x3c, 0x0a, 0x08, 0x50, 0x72, 0x6f, 0x70,
|
||||
0x49, 0x6e, 0x66, 0x6f, 0x12, 0x16, 0x0a, 0x06, 0x49, 0x74, 0x65, 0x6d, 0x49, 0x64, 0x18, 0x01,
|
||||
0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x49, 0x74, 0x65, 0x6d, 0x49, 0x64, 0x12, 0x18, 0x0a, 0x07,
|
||||
0x49, 0x74, 0x65, 0x6d, 0x4e, 0x75, 0x6d, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x49,
|
||||
0x49, 0x74, 0x65, 0x6d, 0x4e, 0x75, 0x6d, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x49,
|
||||
0x74, 0x65, 0x6d, 0x4e, 0x75, 0x6d, 0x22, 0x20, 0x0a, 0x0e, 0x43, 0x53, 0x50, 0x72, 0x6f, 0x70,
|
||||
0x45, 0x78, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x12, 0x0e, 0x0a, 0x02, 0x49, 0x64, 0x18, 0x01,
|
||||
0x20, 0x01, 0x28, 0x05, 0x52, 0x02, 0x49, 0x64, 0x22, 0x93, 0x01, 0x0a, 0x0e, 0x53, 0x43, 0x50,
|
||||
|
|
|
@ -82,7 +82,7 @@ message SCSyncBagData{
|
|||
|
||||
message PropInfo{
|
||||
int32 ItemId = 1;//物品ID
|
||||
int32 ItemNum = 2;//物品数量
|
||||
int64 ItemNum = 2;//物品数量
|
||||
}
|
||||
|
||||
// PACKET_PropExchange
|
||||
|
|
Loading…
Reference in New Issue