Jump to content

Commands in Whisper and Channels


Guest blukkie

Recommended Posts

I've used the search button but nothing related to this problem came up.

When I write commands in a Whisper or in a Channel (general/LFG etc) they don't work, which is quite annoying.

Is there a fix for this yet? I'd like to have one.

Thanks in advance.

Link to comment
Share on other sites

In WorldSession::HandleMessagechatOpcode( WorldPacket & recv_data ), you need to add the "if (ChatHandler(this).ParseCommands(msg.c_str()) > 0)" part to the handlers for CHAT_MSG_WHISPER and CHAT_MSG_CHANNEL, or if you want, just put it before the switch to handle it in all chat types.

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use