diff options
Diffstat (limited to 'src/game/SpellMgr.cpp')
-rw-r--r-- | src/game/SpellMgr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp index 233ef09f4f5..dfb2184094d 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -1222,7 +1222,7 @@ bool SpellMgr::IsSpellProcEventCanTriggeredBy(SpellProcEventEntry const* spellPr // Item cast can trigger only with spells with spellfamily if (procExtra & PROC_EX_INTERNAL_ITEM_CAST) { - if (!spellProcEvent->SpellFamilyName) + if (!spellProcEvent->spellFamilyName) return false; } // Check (if set) for school |