Core/Housing: expose session opcode installer

This commit is contained in:
Gexo91
2026-09-11 11:55:36 +03:00
parent 00f55ed447
commit 50a720bf8e
@@ -28,6 +28,10 @@ namespace WorldPackets::Housing
namespace Housing
{
// Installs the restarted Housing routes after the core OpcodeTable has been
// initialized and before world sockets begin accepting sessions.
TC_GAME_API bool InstallSessionOpcodeHandlers();
// Client-facing adapters for the restarted Housing implementation. Persistence
// and ownership validation stay in Housing::Manager; this layer owns only wire
// responses plus safe synchronization of live map entities.