From dd5055576fd25a18626013420ac735e08cdb00b4 Mon Sep 17 00:00:00 2001 From: Blaymoira Date: Mon, 19 Jan 2009 21:25:14 +0100 Subject: *Fixed dummy effect of spell 1464 and ranks --HG-- branch : trunk --- src/game/SpellEffects.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/game/SpellEffects.cpp') diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp index ce09f2f598e..a908db9185c 100644 --- a/src/game/SpellEffects.cpp +++ b/src/game/SpellEffects.cpp @@ -1307,6 +1307,12 @@ void Spell::EffectDummy(uint32 i) m_caster->CastCustomSpell(m_caster,34846,&chargeBasePoints0,NULL,NULL,true); return; } + //Slam + if(m_spellInfo->SpellFamilyFlags[0] & 0x200000 && m_spellInfo->SpellIconID == 559) + { + int32 bp0 = damage; + m_caster->CastCustomSpell(unitTarget, 50783, &bp0, NULL, NULL, true, 0); + } // Execute if(m_spellInfo->SpellFamilyFlags[0] & 0x20000000) { -- cgit v1.2.3