*Fix Icy Talons and their improved version.

--HG--
branch : trunk
This commit is contained in:
QAston
2009-06-14 23:01:16 +02:00
parent fba984f404
commit 54eb0096fd
4 changed files with 16 additions and 1 deletions

View File

@@ -793,7 +793,7 @@ void Spell::prepareDataForTriggerSystem(AuraEffect * triggeredByAura)
// Gives your Immolation Trap, Frost Trap, Explosive Trap, and Snake Trap ....
if (m_spellInfo->SpellFamilyName == SPELLFAMILY_HUNTER && (m_spellInfo->SpellFamilyFlags[1] & 0x00002000 || m_spellInfo->SpellFamilyFlags[0] & 0x1C))
{
m_procAttacker = PROC_FLAG_ON_TRAP_ACTIVATION;
m_procAttacker |= PROC_FLAG_ON_TRAP_ACTIVATION;
}
else
{