Scripts/Molten Core: Cast Suicide spell as triggered in Golemagg's encounter to ensure it will be used under CC (#31363)

This commit is contained in:
offl
2025-10-12 20:58:30 +03:00
committed by GitHub
parent 114fcfcc92
commit 67d7734ff4

View File

@@ -155,7 +155,7 @@ struct npc_core_rager : public ScriptedAI
void DoAction(int32 action) override
{
if (action == ACTION_QUIET_SUICIDE)
DoCastSelf(SPELL_QUIET_SUICIDE);
DoCastSelf(SPELL_QUIET_SUICIDE, true);
}
void OnSpellCast(SpellInfo const* spell) override