From 19bed200369a49e97f8f2496f27e6be826ec8b66 Mon Sep 17 00:00:00 2001 From: Spp Date: Fri, 30 Apr 2010 09:47:06 +0200 Subject: Fix Death Pact, by Havenard Closes issue 1658 --HG-- branch : trunk --- src/game/SpellMgr.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp index b52811ca220..127fe2152f8 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -3802,6 +3802,10 @@ void SpellMgr::LoadSpellCustomAttr() spellInfo->MaxAffectedTargets = 1; count++; break; + case 48743: // Death Pact + spellInfo->AttributesEx &= ~SPELL_ATTR_EX_CANT_TARGET_SELF; + count++; + break; // target allys instead of enemies, target A is src_caster, spells with effect like that have ally target // this is the only known exception, probably just wrong data case 29214: // Wrath of the Plaguebringer -- cgit v1.2.3