From f997f9d3c4ceb31ded416e1e34fa526b48a12f4f Mon Sep 17 00:00:00 2001 From: Spp Date: Thu, 25 Aug 2011 10:21:19 +0200 Subject: Core/Spells: Fixed typo in Parasitic Shadowfiend Passive --- src/server/game/Spells/SpellMgr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/server/game/Spells/SpellMgr.cpp b/src/server/game/Spells/SpellMgr.cpp index 0012f950599..25e32d65687 100755 --- a/src/server/game/Spells/SpellMgr.cpp +++ b/src/server/game/Spells/SpellMgr.cpp @@ -3093,7 +3093,7 @@ void SpellMgr::LoadDbcDataCorrections() spellInfo->AttributesEx3 |= SPELL_ATTR3_STACK_FOR_DIFF_CASTERS; spellInfo->SpellFamilyFlags[2] = 0x10; break; - case 41013: // Parasitic Shadowfiend Passive + case 41913: // Parasitic Shadowfiend Passive spellInfo->EffectApplyAuraName[0] = 4; // proc debuff, and summon infinite fiends break; case 27892: // To Anchor 1 -- cgit v1.2.3