mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-05 16:39:08 +01:00
Fix nopch build & warning
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
#include "DB2Structure.h"
|
||||
#include "Group.h"
|
||||
#include "Log.h"
|
||||
#include "Map.h"
|
||||
#include "ObjectMgr.h"
|
||||
#include "Player.h"
|
||||
|
||||
@@ -224,7 +225,7 @@ void QuestObjectiveCriteriaMgr::SendAllData(Player const* /*receiver*/) const
|
||||
}
|
||||
}
|
||||
|
||||
void QuestObjectiveCriteriaMgr::CompletedObjective(QuestObjective const* questObjective, Player* referencePlayer)
|
||||
void QuestObjectiveCriteriaMgr::CompletedObjective(QuestObjective const* questObjective, Player* /*referencePlayer*/)
|
||||
{
|
||||
if (HasCompletedObjective(questObjective))
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user