We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 114fcfc commit 67d7734Copy full SHA for 67d7734
1 file changed
src/server/scripts/EasternKingdoms/BlackrockMountain/MoltenCore/boss_golemagg.cpp
@@ -155,7 +155,7 @@ struct npc_core_rager : public ScriptedAI
155
void DoAction(int32 action) override
156
{
157
if (action == ACTION_QUIET_SUICIDE)
158
- DoCastSelf(SPELL_QUIET_SUICIDE);
+ DoCastSelf(SPELL_QUIET_SUICIDE, true);
159
}
160
161
void OnSpellCast(SpellInfo const* spell) override
0 commit comments