fix(Core/Unit): Remove delay for Conflagrate aura state (#18068)

Removes ConflagrateAuraStateDelayEvent

Cherry-picked from: e27c385b48

Co-authored-by: Ariel Silva <ariel-@users.noreply.github.com>
This commit is contained in:
Alethrion
2024-01-01 05:59:23 -05:00
committed by GitHub
parent 88beea55e0
commit b2fcc1babf
3 changed files with 18 additions and 40 deletions

View File

@@ -385,10 +385,6 @@ void Spell::EffectSchoolDMG(SpellEffIndex effIndex)
damage += damage / 4;
}
}
// Immolate - hidden delay for conflagrate
else if (m_spellInfo->SpellFamilyFlags[0] & 0x4)
{
}
// Conflagrate - consumes Immolate or Shadowflame
else if (m_spellInfo->TargetAuraState == AURA_STATE_CONFLAGRATE)
{