mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 10:37:02 +00:00
[11553] Implement script effect for spell 68861.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
ce14b28ba4
commit
3beb20b67d
2 changed files with 5 additions and 1 deletions
|
|
@ -7298,6 +7298,10 @@ void Spell::EffectScriptEffect(SpellEffectIndex eff_idx)
|
||||||
unitTarget->CastSpell(unitTarget, 66747, true);
|
unitTarget->CastSpell(unitTarget, 66747, true);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
case 68861: // Consume Soul (ICC FoS: Bronjahm)
|
||||||
|
if (unitTarget)
|
||||||
|
unitTarget->CastSpell(unitTarget, m_spellInfo->CalculateSimpleValue(eff_idx), true);
|
||||||
|
return;
|
||||||
case 69377: // Fortitude
|
case 69377: // Fortitude
|
||||||
{
|
{
|
||||||
if (!unitTarget)
|
if (!unitTarget)
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "11552"
|
#define REVISION_NR "11553"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue