Skip to content

Commit ea90dbc

Browse files
committed
Strat: Add threat wipe to ice tomb on maleki the pallid
1 parent ff681a0 commit ea90dbc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/game/AI/ScriptDevAI/scripts/eastern_kingdoms/stratholme/boss_maleki_the_pallid.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,10 @@ struct boss_maleki_the_pallidAI : public ScriptedAI
7474
if (Unit* pTarget = m_creature->SelectAttackingTarget(ATTACKING_TARGET_RANDOM, 1))
7575
{
7676
if (DoCastSpellIfCan(pTarget, SPELL_ICE_TOMB) == CAST_OK)
77+
{
78+
m_creature->getThreatManager().modifyThreatPercent(pTarget, -100);
7779
m_uiIceTombTimer = urand(15000, 20000);
80+
}
7881
}
7982
}
8083
else

0 commit comments

Comments
 (0)