mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
[10424] Fix 50334 additional targets part
This commit is contained in:
parent
a62d9e2817
commit
99214e9d8c
2 changed files with 4 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue