mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-07-31 09:34:12 +03:00
update proto part 8
This commit is contained in:
@@ -7,9 +7,9 @@ import "ItemParam.proto";
|
||||
// Name: HFBBOJNPDOF
|
||||
// CmdId: 623
|
||||
message WeaponUpgradeRsp {
|
||||
uint32 oldLevel = 15;
|
||||
uint32 cur_level = 15;
|
||||
repeated ItemParam item_param_list = 3;
|
||||
uint32 curLevel = 5;
|
||||
uint32 old_level = 5;
|
||||
uint64 target_weapon_guid = 11;
|
||||
int32 retcode = 13;
|
||||
}
|
||||
|
Reference in New Issue
Block a user