mirror of
https://github.com/mangosfour/server.git
synced 2025-12-26 07:37:02 +00:00
Attempt to fix quests. Some other fixes.
This commit is contained in:
parent
2d61cc1e76
commit
908f41b031
13 changed files with 158 additions and 138 deletions
|
|
@ -748,8 +748,7 @@ void PlayerMenu::SendQuestGiverRequestItems( Quest const *pQuest, uint64 npcGUID
|
|||
}
|
||||
}
|
||||
|
||||
// We may wish a better check, perhaps checking the real quest requirements
|
||||
if (RequestItemsText.empty())
|
||||
if (!pQuest->GetReqItemsCount() && Completable)
|
||||
{
|
||||
SendQuestGiverOfferReward(pQuest, npcGUID, true);
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue