extending command for user and prevent err in build ship menu

This commit is contained in:
rfi
2024-02-22 21:22:48 +07:00
parent db93c8f49d
commit bdc8785fe1
8 changed files with 133 additions and 17 deletions

View File

@@ -113,5 +113,10 @@ namespace BLHX.Server.Game.Handlers
{
connection.Send(new Sc11752());
}
public static void NotifyActivityData(this Connection connection)
{
connection.Send(new Sc11200());
}
}
}