Unlock forging blueprints.

This commit is contained in:
ImmuState
2022-06-02 14:51:01 -07:00
committed by Melledy
parent fe3e3e2b21
commit 9d10b81b95
9 changed files with 144 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 673
// EnetChannelId: 0
// EnetIsReliable: true
message ForgeFormulaDataNotify {
uint32 forge_id = 11;
bool is_locked = 8;
}