Scripts/Icecrown Citadel: Fix warning

This commit is contained in:
Vincent_Michael
2013-01-26 19:57:11 +01:00
parent 480c847156
commit ceed5ea42f

View File

@@ -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))