mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-02 10:30:12 +03:00
Update v1
This commit is contained in:
@@ -3,14 +3,14 @@ syntax = "proto3";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
|
||||
// Name: DAEDFCNPJJC
|
||||
// CmdId: 686
|
||||
// CmdId: 670
|
||||
// Name: BODKGGEKPHH
|
||||
message WeaponAwakenRsp {
|
||||
map<uint32, uint32> old_affix_level_map = 4; // AEICCHNADDH
|
||||
int32 retcode = 5;
|
||||
uint64 target_weapon_guid = 15;
|
||||
map<uint32, uint32> cur_affix_level_map = 13; // HKHDCHGMGIJ
|
||||
uint64 avatar_guid = 6;
|
||||
uint32 target_weapon_awaken_level = 14;
|
||||
map<uint32, uint32> old_affix_level_map = 11; // MCLMGECDMHI
|
||||
int32 retcode = 9;
|
||||
map<uint32, uint32> cur_affix_level_map = 14; // KKDIFJGIAMN
|
||||
uint32 target_weapon_awaken_level = 4;
|
||||
uint64 avatar_guid = 7;
|
||||
uint64 target_weapon_guid = 13;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user