ship skin comamnd and changing skin

This commit is contained in:
rfi
2024-02-23 14:35:50 +07:00
parent c560bd8d7b
commit 529d404c12
15 changed files with 232033 additions and 11 deletions

View File

@@ -14,5 +14,11 @@ namespace BLHX.Server.Game.Handlers
MetaShipLists = req.GroupIds.Select(x => new MetaShipInfo() { GroupId = x }).ToList()
});
}
[PacketHandler(Command.Cs34501)]
static void GetWorldBossHandler(Connection connection, Packet packet)
{
connection.Send(new Sc34502());
}
}
}