mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 19:37:03 +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)
|
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)
|
||||||
|
|
|
||||||
|
|
@ -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__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue