mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-13 09:07:19 +00:00
feat: fix warning
This commit is contained in:
@@ -119,7 +119,7 @@ std::vector<uint32> SuggestWhatToDoAction::GetIncompletedQuests()
|
||||
result.push_back(questId);
|
||||
}
|
||||
|
||||
return std::move(result);
|
||||
return result;
|
||||
}
|
||||
|
||||
void SuggestWhatToDoAction::specificQuest()
|
||||
|
||||
Reference in New Issue
Block a user