diff options
author | QAston <none@none> | 2009-06-14 23:01:16 +0200 |
---|---|---|
committer | QAston <none@none> | 2009-06-14 23:01:16 +0200 |
commit | 54eb0096fda52d62956e9a2d280f6331c68fa2e4 (patch) | |
tree | 6923fefa3bacb25b8a84ad108e7c2acf4b77c64c /src/game/Spell.cpp | |
parent | fba984f404adbb6f692fefedc3ddc39a6c1696ce (diff) |
*Fix Icy Talons and their improved version.
--HG--
branch : trunk
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 f2dfb8715b7..2f641c43c35 100644 --- a/src/game/Spell.cpp +++ b/src/game/Spell.cpp @@ -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 { |