Update v1

This commit is contained in:
Akbar Yahya
2023-04-11 16:18:47 +08:00
parent 54c575d7d7
commit 3b816eb297
1278 changed files with 24250 additions and 15187 deletions

View File

@@ -4,13 +4,13 @@ option java_package = "emu.grasscutter.net.proto";
import "ItemParam.proto";
// Name: HFBBOJNPDOF
// CmdId: 623
// CmdId: 694
// Name: AMLFPANDAFE
message WeaponUpgradeRsp {
uint32 cur_level = 15;
repeated ItemParam item_param_list = 3;
uint32 old_level = 5;
uint64 target_weapon_guid = 11;
int32 retcode = 13;
uint64 target_weapon_guid = 15;
int32 retcode = 2;
uint32 old_level = 14;
repeated ItemParam item_param_list = 5;
uint32 cur_level = 10;
}