From 30d0b2ed5fd5eaf345f720bb1911946f5028be8a Mon Sep 17 00:00:00 2001 From: QAston Date: Thu, 18 Jun 2009 14:17:11 +0200 Subject: *Fix raise dead spell - original patch by Astellar, thanks for some help in conversion for Azrael *Correctly apply spell cooldown for spells with cooldown starting after pet unsummon. --HG-- branch : trunk --- src/game/SpellAuras.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/game/SpellAuras.cpp') diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index e33fa8a5b9d..abc0e97206a 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -6924,9 +6924,6 @@ void AuraEffect::PeriodicDummyTick() caster->CastCustomSpell(m_target, 52212, &m_amount, NULL, NULL, true, 0, this); return; } - // Raise Dead -// if (spell->SpellFamilyFlags & 0x0000000000001000LL) -// return; // Chains of Ice if (spell->SpellFamilyFlags[1] & 0x00004000) { -- cgit v1.2.3