Skip to content

Commit

Permalink
fix(Core/Spells): Initial threat for periodic effects (#21045)
Browse files Browse the repository at this point in the history
Co-authored-by: tarwyn <tarwyn@thesilvercircle.org>
  • Loading branch information
Saqra1 and tarwyn authored Dec 26, 2024
1 parent 987c791 commit af9f416
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/server/game/Spells/SpellMgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2913,16 +2913,6 @@ void SpellMgr::LoadSpellInfoCustomAttributes()
}
}
break;
case SPELL_AURA_PERIODIC_HEAL:
case SPELL_AURA_PERIODIC_DAMAGE:
case SPELL_AURA_PERIODIC_DAMAGE_PERCENT:
case SPELL_AURA_PERIODIC_LEECH:
case SPELL_AURA_PERIODIC_MANA_LEECH:
case SPELL_AURA_PERIODIC_HEALTH_FUNNEL:
case SPELL_AURA_PERIODIC_ENERGIZE:
case SPELL_AURA_OBS_MOD_HEALTH:
case SPELL_AURA_OBS_MOD_POWER:
case SPELL_AURA_POWER_BURN:
case SPELL_AURA_TRACK_CREATURES:
case SPELL_AURA_MOD_RANGED_HASTE:
case SPELL_AURA_MOD_POSSESS_PET:
Expand Down

0 comments on commit af9f416

Please sign in to comment.