From 2c1394df8465fe4f98a7549e90a8918abf0f63f1 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Thu, 12 Jan 2017 02:53:09 +0100 Subject: warning fix --- src/server/scripts/EasternKingdoms/zone_hinterlands.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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); -- cgit v1.2.3