This commit is contained in:
bash
2025-11-23 23:09:26 +01:00
parent 1ed9aee631
commit eef1980923

View File

@@ -459,7 +459,7 @@ void WorldSession::HandleMessagechatOpcode(WorldPacket& recvData)
}
else
{
sScriptMgr->OnPlayerChat(GetPlayer(), type, lang, msg);
sScriptMgr->OnPlayerCanUseChat(GetPlayer(), type, lang, msg);
}
}
}