Skip to content

Commit

Permalink
chore: add g15 treasure map level
Browse files Browse the repository at this point in the history
  • Loading branch information
lsl1225 authored and zhyupe committed May 11, 2023
1 parent c80f3ce commit dc4df64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cafe.Matcha/Network/NetworkMonitor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ private void TryHandleMessage(byte[] message)
var level = BitConverter.ToUInt32(data, 24);
if (
level == 7636061 || // G10 运河宝物库神殿
level == 8508181 // G12 梦羽宝殿
level == 8508181 || // G12 梦羽宝殿
level == 9413549 // G15 育体宝殿
)
{
var result = (TreasureShiftingWheelResultType)data[40];
Expand Down

0 comments on commit dc4df64

Please sign in to comment.