diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2017-01-11 02:14:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-11 02:14:23 +0100 |
commit | 940c52222249808a20eb12f23df505ab8f81ce07 (patch) | |
tree | 088546e603a890661340a22fb2b60f96591dd3cc /src | |
parent | 4bd0da601b4af3a82972e3bfd5b20edf46ff1305 (diff) |
Update zone_hinterlands.cpp
Diffstat (limited to 'src')
-rw-r--r-- | src/server/scripts/EasternKingdoms/zone_hinterlands.cpp | 2 |
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 e53077b7b83..484e3c6a5e3 100644 --- a/src/server/scripts/EasternKingdoms/zone_hinterlands.cpp +++ b/src/server/scripts/EasternKingdoms/zone_hinterlands.cpp @@ -191,7 +191,7 @@ public: { npc_sharpbeak_AI(Creature* creature) : VehicleAI(creature) { } - void IsSummonedBy(Unit* summoner) override + void IsSummonedBy(Unit* /*summoner*/) override { uint32 summonedBySpell = me->GetUInt32Value(UNIT_CREATED_BY_SPELL); |