mirror of
https://github.com/mangosfour/server.git
synced 2025-12-31 04:37:04 +00:00
Fix whisper blocking
This commit is contained in:
parent
cddb16eb23
commit
6331b4e6aa
1 changed files with 2 additions and 1 deletions
|
|
@ -277,7 +277,8 @@ void WorldSession::HandleMessagechatOpcode(WorldPacket& recv_data)
|
|||
|
||||
// Used by Eluna
|
||||
#ifdef ENABLE_ELUNA
|
||||
sEluna->OnChat(GetPlayer(), type, lang, msg, player);
|
||||
if (!sEluna->OnChat(GetPlayer(), type, lang, msg, player))
|
||||
return;
|
||||
#endif /* ENABLE_ELUNA */
|
||||
GetPlayer()->Whisper(msg, lang, player->GetObjectGuid());
|
||||
} break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue