Core/Spells: allow Rupture's damage to scale with combo points as well

This commit is contained in:
Ovahlord
2022-02-21 10:21:43 +01:00
parent f01012aac9
commit 06f6987e2a

View File

@@ -5961,7 +5961,6 @@ void SpellMgr::LoadSpellInfoCorrections()
ApplySpellFix({ 1943 }, [](SpellInfo* spellInfo)
{
spellInfo->AttributesEx |= SPELL_ATTR1_FINISHING_MOVE_DURATION;
spellInfo->AttributesEx &= ~SPELL_ATTR1_FINISHING_MOVE_DAMAGE;
});
for (uint32 i = 0; i < GetSpellInfoStoreSize(); ++i)