mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 18:10:26 +00:00
refactor(Core/AI) don't add currentTarget to the front of the SelectTargetList for MaxThreat/Random (#21965)
This commit is contained in:
@@ -80,7 +80,7 @@ struct boss_doomwalker : public ScriptedAI
|
||||
context.Repeat(10s, 25s);
|
||||
}).Schedule(10s, 30s, [this](TaskContext context)
|
||||
{
|
||||
DoCastRandomTarget(SPELL_CHAIN_LIGHTNING, 1);
|
||||
DoCastRandomTarget(SPELL_CHAIN_LIGHTNING, 0, 0.0f, true, false, false);
|
||||
context.Repeat(7s, 27s);
|
||||
}).Schedule(25s, 35s, [this](TaskContext context)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user