mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
Fixed warning
This commit is contained in:
@@ -5219,7 +5219,7 @@ void Spell::EffectDiscoverTaxi(SpellEffIndex /*effIndex*/)
|
||||
unitTarget->ToPlayer()->GetSession()->SendDiscoverNewTaxiNode(nodeid);
|
||||
}
|
||||
|
||||
void Spell::EffectTitanGrip(SpellEffIndex effIndex)
|
||||
void Spell::EffectTitanGrip(SpellEffIndex /*effIndex*/)
|
||||
{
|
||||
if (effectHandleMode != SPELL_EFFECT_HANDLE_HIT)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user