Scripts/Azjol-Nerub: Fixed Anub'ar Assassin jump pos selection after 5423f36b4d7d0a9830be91c310a19329f57a1cce

Signed-off-by: luis <[email protected]>
This commit is contained in:
Shauren
2026-04-26 17:02:14 -03:00
committed by luis
parent 1d89900c29
commit d5227dada5
@@ -464,7 +464,7 @@ struct npc_anubarak_anub_ar_assassin : public npc_anubarak_pet_template
Position jumpTo;
uint32 attempts = 0;
do
jumpTo = anubarak->GetRandomPoint(anubarak->GetPosition(), 10.f, 30.0f);
jumpTo = anubarak->GetRandomPoint(anubarak->GetPosition(), 30.0f, 10.f);
while (!CreatureAI::IsInBounds(*boundary, &jumpTo) && attempts < 10);
me->GetMotionMaster()->MoveJump(EVENT_JUMP, jumpTo, 24.0f, 20.0f, 30.0f);
DoCastSelf(SPELL_ASSASSIN_VISUAL, true);