diff options
author | Spp <Spp@trinitycore.contrib> | 2011-08-25 10:21:19 +0200 |
---|---|---|
committer | Lopin <davca.hr@seznam.cz> | 2011-08-25 10:21:19 +0200 |
commit | f997f9d3c4ceb31ded416e1e34fa526b48a12f4f (patch) | |
tree | 9bdb89edac7b942897d23678f9174152f8887dd7 | |
parent | 8ce77c7d83e16101912cf6480a3b0ade3706d99c (diff) |
Core/Spells: Fixed typo in Parasitic Shadowfiend Passive
-rwxr-xr-x | src/server/game/Spells/SpellMgr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |