mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 10:26:28 +01:00
@@ -333,7 +333,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;
|
||||
}
|
||||
@@ -367,7 +367,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