Fix build

This commit is contained in:
Antz 2020-05-26 08:19:35 +01:00
parent 54e92fcbcd
commit 529462655f

View file

@ -161,7 +161,7 @@ bool ChatHandler::HandleDebugRecvOpcodeCommand(char* /*args*/)
return false; return false;
} }
WorldPacket *data = new WorldPacket(opcode, 10); WorldPacket *data = new WorldPacket(Opcodes(opcode), 10);
std::string type; std::string type;
while (stream >> type) while (stream >> type)