15 lines
369 B
Protocol Buffer
15 lines
369 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
// 4.7.0
|
|
// CmdId: 1182
|
|
// OLAEGBJMEFL
|
|
message WeaponAwakenRsp {
|
|
map<uint32, uint32> old_affix_level_map = 2; // sus
|
|
map<uint32, uint32> cur_affix_level_map = 13; // sus
|
|
int32 retcode = 6;
|
|
uint32 target_weapon_awaken_level = 1;
|
|
uint64 target_weapon_guid = 15;
|
|
uint64 avatar_guid = 7;
|
|
} |