aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent_Michael <Vincent_Michael@gmx.de>2013-01-26 19:57:11 +0100
committerVincent_Michael <Vincent_Michael@gmx.de>2013-01-26 19:57:11 +0100
commitceed5ea42f046b0b91e41f877bc53b6436e04a69 (patch)
treeed4de83d150cde9dc1e6d06c868cac0c5cf427be
parent480c8471566c36081ea5602380408363dde307c1 (diff)
Scripts/Icecrown Citadel: Fix warning
-rw-r--r--src/server/scripts/Northrend/IcecrownCitadel/boss_deathbringer_saurfang.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Northrend/IcecrownCitadel/boss_deathbringer_saurfang.cpp b/src/server/scripts/Northrend/IcecrownCitadel/boss_deathbringer_saurfang.cpp
index d688205938a..af727348719 100644
--- a/src/server/scripts/Northrend/IcecrownCitadel/boss_deathbringer_saurfang.cpp
+++ b/src/server/scripts/Northrend/IcecrownCitadel/boss_deathbringer_saurfang.cpp
@@ -415,7 +415,7 @@ class boss_deathbringer_saurfang : public CreatureScript
}
}
- void SpellHit(Unit* caster, SpellInfo const* spell)
+ void SpellHit(Unit* /*caster*/, SpellInfo const* spell)
{
if (spell->Id == SPELL_BLOOD_LINK_POWER)
if (Aura* bloodPower = me->GetAura(SPELL_BLOOD_POWER))