mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-31 14:17:28 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user