From 370983a94c926bb423a32dc5ed77bd3726f9a329 Mon Sep 17 00:00:00 2001 From: Akbar Yahya Date: Sun, 29 Jan 2023 16:11:47 +0800 Subject: [PATCH] * Fix unkname - EvtCreateGadgetNotify (OJHDJGAFDNN>is_async_load) - GatherGadgetInfo (baplahgkmbl->is_forbid_guest) * Fix item (TrifleItem) --- proto/EvtCreateGadgetNotify.proto | 2 +- proto/GatherGadgetInfo.proto | 2 +- proto/SceneGadgetInfo.proto | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/proto/EvtCreateGadgetNotify.proto b/proto/EvtCreateGadgetNotify.proto index dedfc661..6a178615 100644 --- a/proto/EvtCreateGadgetNotify.proto +++ b/proto/EvtCreateGadgetNotify.proto @@ -16,7 +16,7 @@ message EvtCreateGadgetNotify { } uint32 targetLockPointIndex = 6; - bool Unk3300_OJHDJGAFDNN = 137; + bool is_async_load = 137; uint32 ownerEntityId = 3; Vector initEulerAngles = 11; uint32 propOwnerEntityId = 1; diff --git a/proto/GatherGadgetInfo.proto b/proto/GatherGadgetInfo.proto index 93ce6837..1a5d7a2b 100644 --- a/proto/GatherGadgetInfo.proto +++ b/proto/GatherGadgetInfo.proto @@ -2,5 +2,5 @@ syntax = "proto3"; option java_package = "emu.grasscutter.net.proto"; message GatherGadgetInfo { uint32 itemId = 1; - bool baplahgkmbl = 2; + bool is_forbid_guest = 2; } diff --git a/proto/SceneGadgetInfo.proto b/proto/SceneGadgetInfo.proto index f136433f..bebd1e74 100644 --- a/proto/SceneGadgetInfo.proto +++ b/proto/SceneGadgetInfo.proto @@ -4,7 +4,7 @@ option java_package = "emu.grasscutter.net.proto"; import "GadgetBornType.proto"; -import "TrifleItem.proto"; +import "Item.proto"; import "GatherGadgetInfo.proto"; import "WorktopInfo.proto"; @@ -44,7 +44,7 @@ message SceneGadgetInfo { uint32 interactId = 11; oneof content { - TrifleItem trifle_item = 12; + Item trifle_item = 12; GatherGadgetInfo gather_gadget = 13; WorktopInfo worktop = 14; ClientGadgetInfo client_gadget = 15;