From 5d04c2bee53f6ce7e02289107a88e54b8f50890d Mon Sep 17 00:00:00 2001 From: bo Date: Fri, 17 Jul 2026 19:52:49 -0500 Subject: [PATCH] WorldSocketMgr fix --- src/game/Server/WorldSocketMgr.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/game/Server/WorldSocketMgr.cpp b/src/game/Server/WorldSocketMgr.cpp index 727b9b26e..6477a332f 100644 --- a/src/game/Server/WorldSocketMgr.cpp +++ b/src/game/Server/WorldSocketMgr.cpp @@ -37,6 +37,7 @@ WorldSocketMgr::WorldSocketMgr() : m_started(false) { + InitializeOpcodes(); } WorldSocketMgr::~WorldSocketMgr()