update proto 3.5 (part 4)

This commit is contained in:
Akbar Yahya
2023-03-01 04:24:57 +08:00
parent f3a6d0bb70
commit 78e8b1bdb3
43 changed files with 189 additions and 264 deletions

View File

@@ -6,8 +6,8 @@ option java_package = "emu.grasscutter.net.proto";
// Name: HDNOGHLJFHJ
// CmdId: 1007
message AvatarSkillUpgradeReq {
uint32 OCEFCGKBPPE = 8;
uint32 MFNMHANCIMP = 4;
uint64 avatar_guid = 9;
uint32 avatarSkillId = 8;
uint32 avatar_guid = 4;
uint64 oldLevel = 9;
}