diff options
author | QAston <none@none> | 2009-04-18 22:43:35 +0200 |
---|---|---|
committer | QAston <none@none> | 2009-04-18 22:43:35 +0200 |
commit | 08976f5c6e8e7f68ca11f1acd218d0aed2e24af4 (patch) | |
tree | 5dea0884b6097068ae3afdb53d39994aaed923c1 /src/game/SpellMgr.cpp | |
parent | a731f9a3c000a93638b629a32d202e4a67b5b5fd (diff) |
*Fix a typo in latest rev
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellMgr.cpp')
-rw-r--r-- | src/game/SpellMgr.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp index 7f9e05e1591..328da769b86 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -1176,13 +1176,6 @@ void SpellMgr::LoadSpellBonusess() bool SpellMgr::IsSpellProcEventCanTriggeredBy(SpellProcEventEntry const* spellProcEvent, uint32 EventProcFlag, SpellEntry const * procSpell, uint32 procFlags, uint32 procExtra, bool active) { - // Additional checks for triggered spells - if (procExtra & PROC_EX_INTERNAL_TRIGGERED) - { - if (!(procSpell->AttributesEx3 & SPELL_ATTR_EX3_CAN_PROC_TRIGGERED)) - return false; - } - // No extra req need uint32 procEvent_procEx = PROC_EX_NONE; |