[10424] Fix 50334 additional targets part

This commit is contained in:
Laise 2010-08-30 09:53:49 +03:00
parent a62d9e2817
commit 99214e9d8c
2 changed files with 4 additions and 1 deletions

View file

@ -2841,6 +2841,9 @@ void Spell::cast(bool skipCheck)
// Faerie Fire (Feral)
if (m_spellInfo->Id == 16857 && m_caster->m_form != FORM_CAT)
AddTriggeredSpell(60089);
// Berserk (Bear Mangle part)
else if (m_spellInfo->Id == 50334)
AddTriggeredSpell(58923);
break;
}
case SPELLFAMILY_ROGUE: