17 lines
361 B
Protocol Buffer
17 lines
361 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// Name: DAEDFCNPJJC
|
|
// CmdId: 686
|
|
message WeaponAwakenRsp {
|
|
map<uint32, uint32> oldAffixLevelMap = 4;
|
|
int32 retcode = 5;
|
|
uint64 target_weapon_guid = 15;
|
|
map<uint32, uint32> curAffixLevelMap = 13;
|
|
uint64 avatar_guid = 6;
|
|
uint32 target_weapon_awaken_level = 14;
|
|
}
|
|
|