mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-13 21:22:58 +03:00
Update 3.6
This commit is contained in:
@@ -3,11 +3,11 @@ syntax = "proto3";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
|
||||
// Name: BOAMAOEMPEN
|
||||
// CmdId: 1065
|
||||
// CmdId: 1092
|
||||
// Name: MBFICLFHELI
|
||||
message ProudSkillUpgradeReq {
|
||||
uint64 avatar_guid = 11;
|
||||
uint32 old_proud_skill_level = 1;
|
||||
uint32 proud_skill_id = 9;
|
||||
uint32 proud_skill_id = 10;
|
||||
uint32 old_proud_skill_level = 3;
|
||||
uint64 avatar_guid = 13;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user