完善了protobuf协议文件

This commit is contained in:
huangxiaolei
2022-12-09 20:34:05 +08:00
parent 5e8d457344
commit 50de81588b
3148 changed files with 1314 additions and 584389 deletions

View File

@@ -23,5 +23,5 @@ enum DungeonEntryBlockReason {
DUNGEON_ENTRY_BLOCK_REASON_NONE = 0;
DUNGEON_ENTRY_BLOCK_REASON_LEVEL = 1;
DUNGEON_ENTRY_BLOCK_REASON_QUEST = 2;
DUNGEON_ENTRY_BLOCK_REASON_MULIPLE = 3;
DUNGEON_ENTRY_BLOCK_REASON_MULTIPLE = 3;
}