aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2017-01-12 02:53:09 +0100
committerGitHub <noreply@github.com>2017-01-12 02:53:09 +0100
commit2c1394df8465fe4f98a7549e90a8918abf0f63f1 (patch)
treed2867f7097395015c11306fef32cedded190b4a1
parent74dece2a009d4185ced8d2ce7470d41b9090c708 (diff)
warning fix
-rw-r--r--src/server/scripts/EasternKingdoms/zone_hinterlands.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/EasternKingdoms/zone_hinterlands.cpp b/src/server/scripts/EasternKingdoms/zone_hinterlands.cpp
index d993664d2ac..4e37e06499b 100644
--- a/src/server/scripts/EasternKingdoms/zone_hinterlands.cpp
+++ b/src/server/scripts/EasternKingdoms/zone_hinterlands.cpp
@@ -195,7 +195,7 @@ public:
me->SetCanFly(true);
}
- void IsSummonedBy(Unit* summoner) override
+ void IsSummonedBy(Unit* /*summoner*/) override
{
uint32 summonedBySpell = me->GetUInt32Value(UNIT_CREATED_BY_SPELL);