mirror of
https://github.com/rafi1212122/BLHX.Server.git
synced 2025-12-14 07:24:50 +01:00
fleet db
This commit is contained in:
@@ -8,7 +8,14 @@ namespace BLHX.Server.Game.Handlers
|
||||
[PacketHandler(Command.Cs24020)]
|
||||
static void LimitChallengeHandler(Connection connection, Packet packet)
|
||||
{
|
||||
connection.Send(new Sc24021());
|
||||
connection.Send(new Sc24021()
|
||||
{
|
||||
Awards = [
|
||||
new() { Key = 10025, Value = 0 },
|
||||
new() { Key = 10026, Value = 0 },
|
||||
new() { Key = 10027, Value = 0 }
|
||||
]
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user