Core/Quest: When removing an item required for a quest, update every quest in the quest log instead of stopping at the first objective that matches the removed item. (#26760)

Closes #25662
Closes #10586
This commit is contained in:
Gildor
2021-07-28 12:06:07 +02:00
committed by GitHub
parent 68bf7e6d12
commit fece5bdbf3

View File

@@ -16406,7 +16406,6 @@ void Player::ItemRemovedQuestCheck(uint32 entry, uint32 count)
m_QuestStatusSave[questid] = QUEST_DEFAULT_SAVE_TYPE;
IncompleteQuest(questid);
}
return;
}
}
}