fix some region errors

This commit is contained in:
Akka
2022-07-03 15:56:18 +08:00
committed by Melledy
parent b54341a923
commit b974e61165
8 changed files with 110 additions and 11 deletions

View File

@@ -0,0 +1,10 @@
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 930
// EnetChannelId: 0
// EnetIsReliable: true
message DungeonShowReminderNotify {
uint32 reminder_id = 10;
}