From 3dae71e681ebd0e9b70dcff780956016dd8747c0 Mon Sep 17 00:00:00 2001 From: sk <123456@qq.com> Date: Fri, 12 Jul 2024 17:09:21 +0800 Subject: [PATCH] update --- protocol/thirteen/thirteen.pb.go | 4 ++-- protocol/thirteen/thirteen.proto | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/protocol/thirteen/thirteen.pb.go b/protocol/thirteen/thirteen.pb.go index 0bb60dc..15ff203 100644 --- a/protocol/thirteen/thirteen.pb.go +++ b/protocol/thirteen/thirteen.pb.go @@ -555,7 +555,7 @@ type ThirteenPlayerData struct { RoleId int32 `protobuf:"varint,27,opt,name=RoleId,proto3" json:"RoleId,omitempty"` //使用中的角色id Level int64 `protobuf:"varint,28,opt,name=Level,proto3" json:"Level,omitempty"` //玩家等级 Exp int64 `protobuf:"varint,29,opt,name=Exp,proto3" json:"Exp,omitempty"` //玩家经验 - SkinId int32 `protobuf:"varint,31,opt,name=SkinId,proto3" json:"SkinId,omitempty"` //皮肤id + SkinId int32 `protobuf:"varint,30,opt,name=SkinId,proto3" json:"SkinId,omitempty"` //皮肤id } func (x *ThirteenPlayerData) Reset() { @@ -1465,7 +1465,7 @@ var file_thirteen_proto_rawDesc = []byte{ 0x06, 0x52, 0x6f, 0x6c, 0x65, 0x49, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x18, 0x1c, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x12, 0x10, 0x0a, 0x03, 0x45, 0x78, 0x70, 0x18, 0x1d, 0x20, 0x01, 0x28, 0x03, 0x52, 0x03, 0x45, 0x78, 0x70, 0x12, - 0x16, 0x0a, 0x06, 0x53, 0x6b, 0x69, 0x6e, 0x49, 0x64, 0x18, 0x1f, 0x20, 0x01, 0x28, 0x05, 0x52, + 0x16, 0x0a, 0x06, 0x53, 0x6b, 0x69, 0x6e, 0x49, 0x64, 0x18, 0x1e, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x53, 0x6b, 0x69, 0x6e, 0x49, 0x64, 0x22, 0x49, 0x0a, 0x15, 0x53, 0x43, 0x54, 0x68, 0x69, 0x72, 0x74, 0x65, 0x65, 0x6e, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x45, 0x6e, 0x74, 0x65, 0x72, 0x12, 0x30, 0x0a, 0x04, 0x44, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c, diff --git a/protocol/thirteen/thirteen.proto b/protocol/thirteen/thirteen.proto index 0778446..4c8badb 100644 --- a/protocol/thirteen/thirteen.proto +++ b/protocol/thirteen/thirteen.proto @@ -127,7 +127,7 @@ message ThirteenPlayerData { int32 RoleId = 27; //使用中的角色id int64 Level = 28; //玩家等级 int64 Exp = 29; //玩家经验 - int32 SkinId = 31; //皮肤id + int32 SkinId = 30; //皮肤id } //玩家进入