mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +00:00
[10043] Fixed share quest in case completed objectives.
* Also fixed CONDITION_QUESTTAKEN for same case. * Aslo fixed exclusive prev quests check.
This commit is contained in:
parent
5eabf12111
commit
a7b80733df
4 changed files with 24 additions and 29 deletions
|
|
@ -7397,8 +7397,7 @@ bool PlayerCondition::Meets(Player const * player) const
|
|||
return player->GetQuestRewardStatus(value1);
|
||||
case CONDITION_QUESTTAKEN:
|
||||
{
|
||||
QuestStatus status = player->GetQuestStatus(value1);
|
||||
return (status == QUEST_STATUS_INCOMPLETE);
|
||||
return player->IsCurrentQuest(value1);
|
||||
}
|
||||
case CONDITION_AD_COMMISSION_AURA:
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue