mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-01 18:10:13 +03:00
Update v1
This commit is contained in:
@@ -3,11 +3,11 @@ syntax = "proto3";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
|
||||
// Name: LLGEHHDIHFP
|
||||
// CmdId: 1764
|
||||
// CmdId: 1704
|
||||
// Name: GGHGIEBOJLC
|
||||
message AvatarUpgradeReq {
|
||||
uint32 item_id = 12;
|
||||
uint64 avatar_guid = 5;
|
||||
uint32 count = 15;
|
||||
uint32 item_id = 6;
|
||||
uint32 count = 7;
|
||||
uint64 avatar_guid = 14;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user