From 1d10d18273e1d8c8476afd23ac01bd042e38c408 Mon Sep 17 00:00:00 2001 From: Akbar Yahya Date: Thu, 29 Dec 2022 20:26:38 +0800 Subject: [PATCH] Fix proto AiSyncInfo, EvtCreateGadgetNotify --- proto/AiSyncInfo.proto | 4 ++-- proto/EvtCreateGadgetNotify.proto | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/proto/AiSyncInfo.proto b/proto/AiSyncInfo.proto index 91483962..5e25b5c9 100644 --- a/proto/AiSyncInfo.proto +++ b/proto/AiSyncInfo.proto @@ -21,6 +21,6 @@ option java_package = "emu.grasscutter.net.proto"; message AiSyncInfo { uint32 entity_id = 2; - bool Unk3300_NOIPAMJJIDL = 4; - bool Unk3300_EBICCLLGICG = 14; + bool has_path_to_target = 4; + bool is_self_killing = 14; } diff --git a/proto/EvtCreateGadgetNotify.proto b/proto/EvtCreateGadgetNotify.proto index 1ad2a995..275398a0 100644 --- a/proto/EvtCreateGadgetNotify.proto +++ b/proto/EvtCreateGadgetNotify.proto @@ -40,7 +40,7 @@ message EvtCreateGadgetNotify { repeated uint32 target_lock_point_index_list = 414; uint32 prop_owner_entity_id = 6; uint32 target_lock_point_index = 4; - bool Unk3300_OJHDJGAFDNN = 1433; + bool is_async_load = 1433; uint32 camp_id = 10; bool Unk3300_EJNBIGLGMII = 8; Vector init_euler_angles = 12;