mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 04:37:00 +00:00
Fix build
This commit is contained in:
parent
54e92fcbcd
commit
529462655f
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue