14 lines
358 B
Protocol Buffer
14 lines
358 B
Protocol Buffer
|
|
syntax = "proto3";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
// 4.7.0
|
|
// CmdId: 25056
|
|
// Obf: PDGEAGKHCPG
|
|
message WeaponAwakenReq {
|
|
uint64 target_weapon_guid = 13;
|
|
//map<uint32, uint32> affix_level_map = 4; // old
|
|
//uint64 item_guid = 15; // old
|
|
uint32 NEHLGIOLBJA = 9; // maybe item_guid ?
|
|
repeated uint64 HICOIODAHGK = 15; // list item wp
|
|
}
|