mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 18:36:31 +01:00
more missing overrides
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user