Home screen, some places unblocked slightly (shop, friends)

This commit is contained in:
Kyle Belanger
2024-02-21 00:42:34 -05:00
parent 920a08a4b8
commit 7d79f3c007
8 changed files with 72 additions and 4 deletions

View File

@@ -60,7 +60,7 @@ namespace BLHX.Server.Game.Handlers
EquipBagMax = 350,
GmFlag = 1,
Rank = 1,
GuideIndex = 1,
GuideIndex = 1000000,
ChatRoomId = 1,
RegisterTime = (uint)new DateTimeOffset(connection.player.CreatedAt).ToUnixTimeSeconds(),
ShipCount = (uint)connection.player.Ships.Count,