[9853] Add dummy effect of spell 61832

Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
NoFantasy 2010-05-09 19:10:57 +02:00
parent 92d26dbebf
commit 7915d60765
2 changed files with 3 additions and 1 deletions

View file

@ -1301,6 +1301,7 @@ void Spell::EffectDummy(SpellEffectIndex eff_idx)
case 51592: // Pickup Primordial Hatchling
case 51961: // Captured Chicken Cover
case 55364: // Create Ghoul Drool Cover
case 61832: // Rifle the Bodies: Create Magehunter Personal Effects Cover
{
if (!unitTarget || unitTarget->GetTypeId() != TYPEID_UNIT || m_caster->GetTypeId() != TYPEID_PLAYER)
return;
@ -1315,6 +1316,7 @@ void Spell::EffectDummy(SpellEffectIndex eff_idx)
case 51592: spellId = 51593; break;
case 51961: spellId = 51037; break;
case 55364: spellId = 55363; break;
case 61832: spellId = 47096; break;
}
if (const SpellEntry *pSpell = sSpellStore.LookupEntry(spellId))