mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 02:04:52 +01:00
Merge pull request #16637 from P-Kito/lfg_quest
[3.3.5/6.x] Core/Player: Fix dungeonfinder quests not rewarding
This commit is contained in:
@@ -15475,7 +15475,7 @@ bool Player::SatisfyQuestDay(Quest const* qInfo, bool msg)
|
||||
|
||||
if (qInfo->IsDFQuest())
|
||||
{
|
||||
if (!m_DFQuests.empty())
|
||||
if (m_DFQuests.find(qInfo->GetQuestId()) != m_DFQuests.end())
|
||||
return false;
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user