* Fix Daily quests so they can be completed even if the player logs out.
* * Thanks elron103 and disassebler --HG-- branch : trunk
This commit is contained in:
+1
-1
@@ -15800,7 +15800,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