mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-19 03:45:43 +00:00
fix(DB/Creature): Necrotic Shard is sometimes regenerating health (#22812)
This commit is contained in:
@@ -362,7 +362,6 @@ struct npc_necrotic_shard : public ScriptedAI
|
||||
{
|
||||
scheduler.Schedule(5s, [this](TaskContext context) // Spawn Cultists every 60 minutes.
|
||||
{
|
||||
me->SetFullHealth();
|
||||
DespawnShadowsOfDoom(); // Despawn all remaining Shadows before respawning the Cultists?
|
||||
SummonCultists();
|
||||
context.Repeat(1h);
|
||||
|
||||
Reference in New Issue
Block a user