Allow the player to finish dungeons

This commit is contained in:
Melledy
2022-04-29 00:49:05 -07:00
parent 069ae5fbb8
commit c3c170def9
9 changed files with 65 additions and 3 deletions

View File

@@ -17,4 +17,6 @@ message DungeonChallengeFinishNotify {
uint32 challenge_record_type = 4;
uint32 current_value = 5;
map<uint32, StrengthenPointData> strengthen_point_data_map = 6;
uint32 unk1 = 7;
uint32 unk2 = 8;
}