mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 02:25:38 +01:00
Core/NetworkIO: implement 2nd connection
This commit is contained in:
@@ -362,7 +362,7 @@ public:
|
||||
uint32 opcode;
|
||||
parsedStream >> opcode;
|
||||
|
||||
WorldPacket data(Opcodes(opcode), 0);
|
||||
WorldPacket data(opcode, 0);
|
||||
|
||||
while (!parsedStream.eof())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user