mirror of
https://github.com/MikuLeaks/MikuSB.git
synced 2026-06-04 17:04:13 +00:00
unlock some furniture (not all items implemented yet)
special thanks to undownding for the logic
This commit is contained in:
@@ -53,6 +53,7 @@ public class HandlerReqLogin : Handler
|
||||
await connection.Player.OnEnterGame();
|
||||
connection.Player.Connection = connection;
|
||||
await connection.SendPacket(new PacketRspLogin(connection.Player!));
|
||||
await connection.SendPacket(new PacketNtfCallScript(connection.Player!));
|
||||
await SendDebugLoginState(connection);
|
||||
|
||||
await connection.Player.OnHeartBeat();
|
||||
|
||||
@@ -102,7 +102,7 @@ public class PacketNtfCallScript : BasePacket
|
||||
|
||||
public PacketNtfCallScript(PlayerInstance Player) : base(CmdIds.NtfScript)
|
||||
{
|
||||
Player.BuildPlayerAttr();
|
||||
Player.BuildPlayerAttr(true);
|
||||
var proto = new NtfCallScript
|
||||
{
|
||||
Api = "",
|
||||
|
||||
Reference in New Issue
Block a user