mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 13:46:24 +00:00
fix(DB/Spells): Ionar spark Arcing Burn should stack from different c… (#23588)
This commit is contained in:
@@ -2187,12 +2187,6 @@ void SpellMgr::LoadSpellInfoCorrections()
|
||||
spellInfo->Effects[EFFECT_0].TargetA = SpellImplicitTargetInfo(1);
|
||||
});
|
||||
|
||||
// Halls of Lightning, Arcing Burn
|
||||
ApplySpellFix({ 52671, 59834 }, [](SpellInfo* spellInfo)
|
||||
{
|
||||
spellInfo->AttributesEx3 |= SPELL_ATTR3_DOT_STACKING_RULE;
|
||||
});
|
||||
|
||||
// Trial of the Champion, Death's Respite
|
||||
ApplySpellFix({ 68306 }, [](SpellInfo* spellInfo)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user