aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorariel- <ariel-@users.noreply.github.com>2017-05-01 18:52:15 -0300
committerfunjoker <funjoker109@gmail.com>2020-05-03 03:06:37 +0200
commite27d7049c3fcf699ebe299a001c9ea1611ce8917 (patch)
treefe5a39c80817f1ae3f93ae28c75941562bc495f3 /src
parent6604849716bc73d82a4cdbf8c66bb188086ceae4 (diff)
Core/Misc: build fixes
(cherry picked from commit aa0b7dd1529a5c9cf666d569a54f024d28955c5b)
Diffstat (limited to 'src')
-rw-r--r--src/server/game/AI/CoreAI/UnitAI.h1
-rw-r--r--src/server/scripts/EasternKingdoms/SunkenTemple/sunken_temple.cpp2
2 files changed, 2 insertions, 1 deletions
diff --git a/src/server/game/AI/CoreAI/UnitAI.h b/src/server/game/AI/CoreAI/UnitAI.h
index d180b8d13d6..2a9787d5a0d 100644
--- a/src/server/game/AI/CoreAI/UnitAI.h
+++ b/src/server/game/AI/CoreAI/UnitAI.h
@@ -22,6 +22,7 @@
#include "EventMap.h"
#include "ObjectGuid.h"
#include "ThreatManager.h"
+#include "QuestDef.h"
#define CAST_AI(a, b) (dynamic_cast<a*>(b))
#define ENSURE_AI(a,b) (EnsureAI<a>(b))
diff --git a/src/server/scripts/EasternKingdoms/SunkenTemple/sunken_temple.cpp b/src/server/scripts/EasternKingdoms/SunkenTemple/sunken_temple.cpp
index 1b2bbbfa4fc..fb2ec7ae811 100644
--- a/src/server/scripts/EasternKingdoms/SunkenTemple/sunken_temple.cpp
+++ b/src/server/scripts/EasternKingdoms/SunkenTemple/sunken_temple.cpp
@@ -66,7 +66,7 @@ class go_atalai_statue : public GameObjectScript
InstanceScript* instance;
- bool GossipHello(Player* player, bool /*reportUse*/) override
+ bool GossipHello(Player* /*player*/, bool /*reportUse*/) override
{
instance->SetData(EVENT_STATE, me->GetEntry());
return false;