[11647] Implement glyph 43427.

This commit is contained in:
VladimirMangos 2011-06-19 01:51:09 +04:00
parent 2d7768a5ab
commit fc88429972
2 changed files with 9 additions and 1 deletions

View file

@ -1597,6 +1597,14 @@ void Spell::SetTargetMap(SpellEffectIndex effIndex, uint32 targetMode, UnitList&
unMaxTargets = 1;
break;
}
case SPELLFAMILY_WARRIOR:
{
// Sunder Armor
if (m_spellInfo->IsFitToFamilyMask(UI64LIT(0x0000000000004000), 0x00000000))
if (m_caster->HasAura(58387)) // Glyph of Sunder Armor
EffectChainTarget = 2;
break;
}
case SPELLFAMILY_DRUID:
{
// Starfall

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11646"
#define REVISION_NR "11647"
#endif // __REVISION_NR_H__