Add forgotten override.

This commit is contained in:
SnapperRy
2016-10-21 16:26:20 +02:00
committed by Aokromes
parent f134011668
commit bc1bdb9e16

View File

@@ -50,7 +50,7 @@ public:
caster->RemoveAurasDueToSpell(SPELL_HAS_WATER_BUCKET);
}
void Register()
void Register() override
{
AfterEffectApply += AuraEffectApplyFn(spell_hallows_end_has_water_bucket_AuraScript::HandleEffectApply, EFFECT_0, SPELL_AURA_DUMMY, AURA_EFFECT_HANDLE_REAL);
}