mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-27 12:22:39 +01:00
@@ -332,7 +332,7 @@ public:
|
||||
OnEffectHit += SpellEffectFn(spell_gluth_decimate_SpellScript::HandleEvent, EFFECT_2, SPELL_EFFECT_SEND_EVENT);
|
||||
}
|
||||
|
||||
bool Load()
|
||||
bool Load() override
|
||||
{
|
||||
return GetCaster() && GetCaster()->GetEntry() == NPC_GLUTH;
|
||||
}
|
||||
@@ -366,7 +366,7 @@ public:
|
||||
AfterHit += SpellHitFn(spell_gluth_zombiechow_search_SpellScript::HealForEachTargetHit);
|
||||
}
|
||||
|
||||
bool Load()
|
||||
bool Load() override
|
||||
{
|
||||
return GetCaster() && GetCaster()->GetEntry() == NPC_GLUTH;
|
||||
}
|
||||
|
||||
@@ -81,7 +81,7 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
void SetGuidData(uint32 data, ObjectGuid guid)
|
||||
void SetGuidData(uint32 data, ObjectGuid guid) override
|
||||
{
|
||||
switch (data)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user