mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
Core/Spells: use OnSpellStart hook to properly fix Mage's Early Frost talent
This commit is contained in:
@@ -664,7 +664,7 @@ class spell_mage_frostbolt : public SpellScript
|
||||
|
||||
void Register() override
|
||||
{
|
||||
BeforeCast += SpellCastFn(spell_mage_frostbolt::HandleEarlyFrost);
|
||||
OnSpellStart += SpellCastFn(spell_mage_frostbolt::HandleEarlyFrost);
|
||||
OnEffectHitTarget += SpellEffectFn(spell_mage_frostbolt::RecalculateDamage, EFFECT_1, SPELL_EFFECT_SCHOOL_DAMAGE);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user