Skip to content

Commit

Permalink
Fix The Scourge Cauldron.
Browse files Browse the repository at this point in the history
  • Loading branch information
ratkosrb committed Apr 10, 2024
1 parent afb9482 commit ff60917
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ struct npc_the_scourge_cauldronAI : public ScriptedAI
void DoDie()
{
//summoner dies here
m_creature->SetInvincibilityHpThreshold(0);
m_creature->DealDamage(m_creature, m_creature->GetHealth(), nullptr, DIRECT_DAMAGE, SPELL_SCHOOL_MASK_NORMAL, nullptr, false);
//override any database `spawntimesecs` to prevent duplicated summons
uint32 rTime = m_creature->GetRespawnDelay();
Expand Down

0 comments on commit ff60917

Please sign in to comment.