15 lines
294 B
Protocol Buffer
15 lines
294 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// CmdId: 686
|
|
// Name: AGLHKLJCGPJ
|
|
message WeaponPromoteRsp {
|
|
uint64 target_weapon_guid = 4;
|
|
uint32 cur_promote_level = 3; // BDLCGNNPHLJ
|
|
uint32 old_promote_level = 9; // AKLAKDIDLBE
|
|
int32 retcode = 6;
|
|
}
|
|
|