mirror of
https://github.com/mangosfour/server.git
synced 2025-12-17 07:37:03 +00:00
[8572] Add active repeatable non-daily quest in quest book at character loading also.
This fix bug with have like quest started and impossibility see and abort it.
This commit is contained in:
parent
47bf1dbce6
commit
1a3e8ca4d0
2 changed files with 2 additions and 2 deletions
|
|
@ -15122,7 +15122,7 @@ void Player::_LoadQuestStatus(QueryResult *result)
|
||||||
((questStatusData.m_status == QUEST_STATUS_INCOMPLETE ||
|
((questStatusData.m_status == QUEST_STATUS_INCOMPLETE ||
|
||||||
questStatusData.m_status == QUEST_STATUS_COMPLETE ||
|
questStatusData.m_status == QUEST_STATUS_COMPLETE ||
|
||||||
questStatusData.m_status == QUEST_STATUS_FAILED) &&
|
questStatusData.m_status == QUEST_STATUS_FAILED) &&
|
||||||
(!questStatusData.m_rewarded || pQuest->IsDaily())))
|
(!questStatusData.m_rewarded || pQuest->IsRepeatable())))
|
||||||
{
|
{
|
||||||
SetQuestSlot(slot, quest_id, quest_time);
|
SetQuestSlot(slot, quest_id, quest_time);
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "8571"
|
#define REVISION_NR "8572"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue