Scripts: Add missing override

This commit is contained in:
DDuarte
2016-04-19 01:31:19 +01:00
committed by Aokromes
parent bba08ed29c
commit c47ec46ebc

View File

@@ -888,7 +888,7 @@ public:
GetCaster()->CastSpell(GetHitUnit(), SPELL_SUMMON_ICE_SPEAR_BUNNY, true);
}
void Register()
void Register() override
{
OnEffectHitTarget += SpellEffectFn(spell_ice_spear_target_picker_SpellScript::HandleDummy, EFFECT_0, SPELL_EFFECT_DUMMY);
}