mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 02:25:38 +01:00
Core/Spells: Missing override
This commit is contained in:
@@ -391,7 +391,7 @@ public:
|
||||
caster->CastSpell(caster, spellId, true);
|
||||
}
|
||||
|
||||
void Register()
|
||||
void Register() override
|
||||
{
|
||||
OnCast += SpellCastFn(spell_pal_divine_steed_SpellScript::HandleOnCast);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user