Core/NetworkIO: implement 2nd connection

This commit is contained in:
Ovahlord
2019-09-30 10:23:51 +02:00
parent 0299e10945
commit 8bec6af24a
28 changed files with 2049 additions and 1000 deletions

View File

@@ -362,7 +362,7 @@ public:
uint32 opcode;
parsedStream >> opcode;
WorldPacket data(Opcodes(opcode), 0);
WorldPacket data(opcode, 0);
while (!parsedStream.eof())
{