update proto part 8

This commit is contained in:
Akbar Yahya
2023-03-07 10:02:26 +08:00
parent dcf7414b7e
commit aaececbf10
104 changed files with 12691 additions and 14569 deletions

View File

@@ -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;
}