mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 08:28:32 +01:00
Core/Spells: Ebon Plaguebringer can now stack for different casters as of patch 3.1
--HG-- branch : trunk
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user