fix: valk tutorial stage

This commit is contained in:
Naruse
2025-06-14 21:23:44 +08:00
parent 47b14f5c07
commit 5da6892d76
5 changed files with 67 additions and 64 deletions

View File

@@ -1,3 +1,4 @@
using System.Security.Cryptography;
using KianaBH.Data;
using KianaBH.KcpSharp;
using KianaBH.Proto;
@@ -36,6 +37,13 @@ public class PacketGeneralActivityGetScheduleRsp : BasePacket
EndTime = time,
});
}
proto.ScheduleList.Add(new GeneralActivityScheduleInfo
{
ActivityId = 50000006,
SettleTime = time,
EndTime = time,
EndDayTime = time
});
SetData(proto);
}