more missing overrides

This commit is contained in:
Aokromes
2016-08-05 02:14:51 +02:00
parent 1ec3b04951
commit 2e3db272e3
3 changed files with 3 additions and 3 deletions

View File

@@ -495,7 +495,7 @@ class spell_countdown_p3 : public SpellScriptLoader
{
PrepareSpellScript(spell_countdown_p3_SpellScript);
bool Load()
bool Load() override
{
return GetCaster()->GetTypeId() == TYPEID_PLAYER;
}