mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-01 18:10:13 +03:00
update proto part 8
This commit is contained in:
@@ -6,8 +6,8 @@ option java_package = "emu.grasscutter.net.proto";
|
||||
// Name: HDNOGHLJFHJ
|
||||
// CmdId: 1007
|
||||
message AvatarSkillUpgradeReq {
|
||||
uint32 avatarSkillId = 8;
|
||||
uint32 avatar_guid = 4;
|
||||
uint64 oldLevel = 9;
|
||||
uint32 avatar_skill_id = 8;
|
||||
uint32 old_level = 4;
|
||||
uint64 avatar_guid = 9;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user