mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 19:06:49 +01:00
Mutilate fix - by _krz.
--HG-- branch : trunk
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user