Core/Spells: Ebon Plaguebringer can now stack for different casters as of patch 3.1

--HG--
branch : trunk
This commit is contained in:
Shocker
2010-09-19 04:10:35 +03:00
parent d297d8d637
commit 40cbb494fa

View File

@@ -3791,6 +3791,7 @@ void SpellMgr::LoadSpellCustomAttr()
case 51735: // Ebon Plague
case 51734:
case 51726:
spellInfo->AttributesEx3 |= SPELL_ATTR_EX3_STACK_FOR_DIFF_CASTERS;
spellInfo->SpellFamilyFlags[2] = 0x10;
count++;
break;