diff options
Diffstat (limited to 'src/game/Spell.cpp')
-rw-r--r-- | src/game/Spell.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Spell.cpp b/src/game/Spell.cpp index 8291056e15f..16cfe5b0e60 100644 --- a/src/game/Spell.cpp +++ b/src/game/Spell.cpp @@ -687,7 +687,7 @@ void Spell::prepareDataForTriggerSystem() if (m_spellInfo->SpellFamilyFlags[1] & 0x00000010 || m_spellInfo->SpellFamilyFlags[0] & 0x1001E000) m_canTrigger = true; break; case SPELLFAMILY_HUNTER: // Hunter Rapid Killing/Explosive Trap Effect/Immolation Trap Effect/Frost Trap Aura/Snake Trap Effect/Explosive Shot - if (m_spellInfo->SpellFamilyFlags[1] & 0x01002000 + if (m_spellInfo->SpellFamilyFlags[1] & 0x01002000 || m_spellInfo->SpellFamilyFlags[0] & 0x00000214 || m_spellInfo->SpellFamilyFlags[2] & 0x200) m_canTrigger = true; break; |