fix(Scripts/HoL): Restart Bjarngrim escort after JustRespawned (#25567)

Co-authored-by: blinkysc <blinkysc@users.noreply.github.com>
This commit is contained in:
blinkysc 2026-04-23 17:07:38 -05:00 committed by GitHub
parent 81b71b718b
commit 19855382fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -129,6 +129,13 @@ struct boss_bjarngrim : public npc_escortAI
AddWaypoint(7, 1262.0f, -26.9f, 33.5f, 0);
}
void JustRespawned() override
{
npc_escortAI::JustRespawned();
me->SetWalk(true);
Start(true, ObjectGuid::Empty, nullptr, false, true);
}
void Reset() override
{
events.Reset();