mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 01:37:37 +01:00
* re-fix repeatable quests so that they are completable if the player
* logs out and logs back in. * Thanks to Aokromes for pointing it out. --HG-- branch : trunk
This commit is contained in:
@@ -16461,7 +16461,7 @@ void Player::_LoadQuestStatus(QueryResult *result)
|
||||
((questStatusData.m_status == QUEST_STATUS_INCOMPLETE ||
|
||||
questStatusData.m_status == QUEST_STATUS_COMPLETE ||
|
||||
questStatusData.m_status == QUEST_STATUS_FAILED) &&
|
||||
(!questStatusData.m_rewarded || pQuest->IsDaily())))
|
||||
(!questStatusData.m_rewarded || pQuest->IsRepeatable())))
|
||||
{
|
||||
SetQuestSlot(slot, quest_id, quest_time);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user