Fix: Updated to work with newer commits of AzerothCore

This commit is contained in:
Revision
2024-07-22 00:39:06 +02:00
parent fedb6084e2
commit 838bfe333d
48 changed files with 241 additions and 239 deletions

View File

@@ -789,7 +789,7 @@ bool ChooseTravelTargetAction::needForQuest(Unit* target)
{
QuestStatusData questStatus = quest.second;
if (questTemplate->GetQuestLevel() > bot->getLevel())
if (questTemplate->GetQuestLevel() > bot->GetLevel())
continue;
for (int j = 0; j < QUEST_OBJECTIVES_COUNT; j++)