[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) if (!unitTarget)
return; return;
m_caster->CastSpell(unitTarget, m_spellInfo->CalculateSimpleValue(eff_idx), true); m_caster->CastSpell(unitTarget, effect->CalculateSimpleValue(), true);
break; break;
} }
case 57082: // Crystal Spikes (h1) case 57082: // Crystal Spikes (h1)

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__ #ifndef __REVISION_NR_H__
#define __REVISION_NR_H__ #define __REVISION_NR_H__
#define REVISION_NR "12614" #define REVISION_NR "12615"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__