mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
fix(DB/Creature): Necrotic Shard is sometimes regenerating health (#22812)
This commit is contained in:
@@ -0,0 +1,2 @@
|
|||||||
|
--
|
||||||
|
UPDATE `creature_template` SET `RegenHealth` = 0 WHERE (`entry` IN (16136, 16172));
|
||||||
@@ -362,7 +362,6 @@ struct npc_necrotic_shard : public ScriptedAI
|
|||||||
{
|
{
|
||||||
scheduler.Schedule(5s, [this](TaskContext context) // Spawn Cultists every 60 minutes.
|
scheduler.Schedule(5s, [this](TaskContext context) // Spawn Cultists every 60 minutes.
|
||||||
{
|
{
|
||||||
me->SetFullHealth();
|
|
||||||
DespawnShadowsOfDoom(); // Despawn all remaining Shadows before respawning the Cultists?
|
DespawnShadowsOfDoom(); // Despawn all remaining Shadows before respawning the Cultists?
|
||||||
SummonCultists();
|
SummonCultists();
|
||||||
context.Repeat(1h);
|
context.Repeat(1h);
|
||||||
|
|||||||
Reference in New Issue
Block a user