mirror of
https://github.com/mangosfour/server.git
synced 2025-12-17 16:37:00 +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)
|
// Faerie Fire (Feral)
|
||||||
if (m_spellInfo->Id == 16857 && m_caster->m_form != FORM_CAT)
|
if (m_spellInfo->Id == 16857 && m_caster->m_form != FORM_CAT)
|
||||||
AddTriggeredSpell(60089);
|
AddTriggeredSpell(60089);
|
||||||
|
// Berserk (Bear Mangle part)
|
||||||
|
else if (m_spellInfo->Id == 50334)
|
||||||
|
AddTriggeredSpell(58923);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case SPELLFAMILY_ROGUE:
|
case SPELLFAMILY_ROGUE:
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "10423"
|
#define REVISION_NR "10424"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue