mirror of
https://github.com/mangosfour/server.git
synced 2025-12-28 13:37:13 +00:00
[c12615] Fix compile
This commit is contained in:
parent
469af26b94
commit
e478b27dcc
2 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue