[8958] Inlcude 15407 and ranks damage in talent 15286 affect.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
qsa 2009-12-09 21:25:28 +03:00 committed by VladimirMangos
parent d3ee1ecc3d
commit aad9e12a70
2 changed files with 3 additions and 3 deletions

View file

@ -691,8 +691,8 @@ void Spell::prepareDataForTriggerSystem()
if (m_spellInfo->SpellFamilyFlags & UI64LIT(0x0000800000000060))
m_canTrigger = true;
break;
case SPELLFAMILY_PRIEST: // For Penance heal/damage triggers need do it
if (m_spellInfo->SpellFamilyFlags & UI64LIT(0x0001800000000000))
case SPELLFAMILY_PRIEST: // For Penance,Mind Sear,Mind Flay heal/damage triggers need do it
if (m_spellInfo->SpellFamilyFlags & UI64LIT(0x0001800000800000) || (m_spellInfo->SpellFamilyFlags2 & 0x00000040))
m_canTrigger = true;
break;
case SPELLFAMILY_ROGUE: // For poisons need do it

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8957"
#define REVISION_NR "8958"
#endif // __REVISION_NR_H__