[c12615] Fix compile

This commit is contained in:
Dramacydal 2013-05-31 12:04:57 +01:00 committed by Antz
parent 469af26b94
commit e478b27dcc
2 changed files with 2 additions and 2 deletions

View file

@ -8254,7 +8254,7 @@ void Spell::EffectScriptEffect(SpellEffectEntry const* effect)
if (!unitTarget)
return;
m_caster->CastSpell(unitTarget, m_spellInfo->CalculateSimpleValue(eff_idx), true);
m_caster->CastSpell(unitTarget, effect->CalculateSimpleValue(), true);
break;
}
case 57082: // Crystal Spikes (h1)