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 Ovahlord
parent 1466176aef
commit a91f7a3ef3

View File

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