update proto 3.5 part 1

This commit is contained in:
Akbar Yahya
2023-02-28 11:08:38 +08:00
parent 256417be7f
commit 02a55a91bb
1370 changed files with 24758 additions and 23779 deletions

View File

@@ -3,21 +3,14 @@ syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: DAEDFCNPJJC
// CmdId: 686
message WeaponAwakenRsp {
//enum JJKKFLGHGOE {
// option allow_alias= true;
// NONE = 0;
// PEPPOHPHJOJ = 685;
// DCDNILFDFLB = 0;
// NNBKOLMPOEA = 1;
//}
int32 retcode = 11;
uint32 targetWeaponAwakenLevel = 3;
uint64 targetWeaponGuid = 2;
uint64 avatarGuid = 5;
map<uint32, uint32> oldAffixLevelMap = 6;
map<uint32, uint32> curAffixLevelMap = 12;
map<uint32, uint32> AEICCHNADDH = 4;
int32 retcode = 5;
uint64 target_weapon_guid = 15;
map<uint32, uint32> HKHDCHGMGIJ = 13;
uint64 avatar_guid = 6;
uint32 target_weapon_awaken_level = 14;
}