17 lines
397 B
Protocol Buffer
17 lines
397 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// CmdId: 670
|
|
// Name: BODKGGEKPHH
|
|
message WeaponAwakenRsp {
|
|
map<uint32, uint32> old_affix_level_map = 11; // MCLMGECDMHI
|
|
int32 retcode = 9;
|
|
map<uint32, uint32> cur_affix_level_map = 14; // KKDIFJGIAMN
|
|
uint32 target_weapon_awaken_level = 4;
|
|
uint64 avatar_guid = 7;
|
|
uint64 target_weapon_guid = 13;
|
|
}
|
|
|