Mutilate fix - by _krz.

--HG--
branch : trunk
This commit is contained in:
raczman
2009-03-21 14:34:03 +01:00
parent f5116e0e78
commit c6860a28f6
3 changed files with 9 additions and 16 deletions

View File

@@ -656,6 +656,9 @@ void Spell::prepareDataForTriggerSystem()
case SPELLFAMILY_PALADIN: // For Holy Shock triggers need do it
if (m_spellInfo->SpellFamilyFlags & 0x0001000000200000LL) m_canTrigger = true;
break;
case SPELLFAMILY_ROGUE: // mutilate mainhand + offhand
if (m_spellInfo->SpellFamilyFlags & 0x600000000LL) m_canTrigger = true;
break;
}
}
// Do not trigger from item cast spell