aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/EasternKingdoms
diff options
context:
space:
mode:
authorariel- <ariel-@users.noreply.github.com>2017-05-01 18:52:15 -0300
committerariel- <ariel-@users.noreply.github.com>2017-05-01 18:52:15 -0300
commitaa0b7dd1529a5c9cf666d569a54f024d28955c5b (patch)
tree1d4b650642cdb787ca9d51fa79abe07de0989cb1 /src/server/scripts/EasternKingdoms
parentf913f3bb8977c127d200d5d4a608ab434b21bbcd (diff)
Core/Misc: build fixes
Diffstat (limited to 'src/server/scripts/EasternKingdoms')
-rw-r--r--src/server/scripts/EasternKingdoms/SunkenTemple/sunken_temple.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/EasternKingdoms/SunkenTemple/sunken_temple.cpp b/src/server/scripts/EasternKingdoms/SunkenTemple/sunken_temple.cpp
index 581c5b3afbd..981a6857f71 100644
--- a/src/server/scripts/EasternKingdoms/SunkenTemple/sunken_temple.cpp
+++ b/src/server/scripts/EasternKingdoms/SunkenTemple/sunken_temple.cpp
@@ -73,7 +73,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;