aboutsummaryrefslogtreecommitdiff
path: root/src/game/Spell.cpp
diff options
context:
space:
mode:
authorXTZGZoReX <none@none>2009-04-06 21:14:51 +0200
committerXTZGZoReX <none@none>2009-04-06 21:14:51 +0200
commitcc2a089a9d17f90423c6213419cd692786b15f15 (patch)
tree0898d5ded038d0c414bae1d810708856dcda1eb5 /src/game/Spell.cpp
parent8c13fe15d400aded239195c80fd3bd43b798efc2 (diff)
* Trailing whitespace removed.
--HG-- branch : trunk
Diffstat (limited to 'src/game/Spell.cpp')
-rw-r--r--src/game/Spell.cpp2
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;