From 63c07a5767cd9a1171c6db24db0ff59dd7773235 Mon Sep 17 00:00:00 2001 From: megamage Date: Tue, 9 Jun 2009 16:18:08 -0500 Subject: *Do not trigger spells with triggers with scripts. This fixes the bug that shadow fissure of Kel'thuzad deals damage without delay. --HG-- branch : trunk --- src/game/TemporarySummon.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/game/TemporarySummon.cpp') diff --git a/src/game/TemporarySummon.cpp b/src/game/TemporarySummon.cpp index 7a405fc57ec..d10f45dd7dd 100644 --- a/src/game/TemporarySummon.cpp +++ b/src/game/TemporarySummon.cpp @@ -209,7 +209,6 @@ void TempSummon::InitSummon() { setFaction(owner->getFaction()); SetLevel(owner->getLevel()); - CastSpell(this, m_spells[0], false, 0, 0, m_summonerGUID); } } } -- cgit v1.2.3