mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-15 06:02:59 +03:00
Update v1
This commit is contained in:
@@ -4,11 +4,11 @@ option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
import "ItemParam.proto";
|
||||
|
||||
// Name: GCFHDEGDMKH
|
||||
// CmdId: 694
|
||||
// CmdId: 651
|
||||
// Name: LKOLNMJMDCE
|
||||
message ReliquaryUpgradeReq {
|
||||
repeated uint64 food_reliquary_guid_list = 14;
|
||||
repeated ItemParam item_param_list = 15;
|
||||
uint64 target_reliquary_guid = 12;
|
||||
repeated uint64 food_reliquary_guid_list = 9;
|
||||
repeated ItemParam item_param_list = 3;
|
||||
uint64 target_reliquary_guid = 2;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user