From 5bc3df176a50bc0eaa5c8f02e57229fd882b39fd Mon Sep 17 00:00:00 2001 From: QAston Date: Sun, 15 Mar 2009 23:59:06 +0100 Subject: *Fix Living Bomb target selection. *Fix healing mod apply for devouring plague. *Fix psychic horror. --HG-- branch : trunk --- src/game/SpellMgr.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/game/SpellMgr.cpp') diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp index c84c53ac2dc..109c846710a 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -1160,7 +1160,6 @@ bool SpellMgr::IsSpellProcEventCanTriggeredBy(SpellProcEventEntry const * spellP // Always trigger for this if (EventProcFlag & (PROC_FLAG_KILLED | PROC_FLAG_KILL | PROC_FLAG_ON_TRAP_ACTIVATION)) return true; - if (spellProcEvent) // Exist event data { // Store extra req -- cgit v1.2.3