[11265] Properly take reagents for triggered spell of 44364 (ref previous commit)

Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
NoFantasy 2011-03-19 11:43:17 +01:00
parent f1fb9afa43
commit 0432802379
2 changed files with 2 additions and 2 deletions

View file

@ -6343,7 +6343,7 @@ void Spell::EffectScriptEffect(SpellEffectIndex eff_idx)
// Are there anything special with this, a random chance or condition? // Are there anything special with this, a random chance or condition?
// Feeding Rock Falcon // Feeding Rock Falcon
unitTarget->CastSpell(unitTarget, m_spellInfo->CalculateSimpleValue(eff_idx), true); unitTarget->CastSpell(unitTarget, m_spellInfo->CalculateSimpleValue(eff_idx), true, NULL, NULL, unitTarget->GetObjectGuid(), m_spellInfo);
return; return;
} }
case 44455: // Character Script Effect Reverse Cast case 44455: // Character Script Effect Reverse Cast

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 "11264" #define REVISION_NR "11265"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__