fix(Scripts/HoL): Restart Bjarngrim escort after JustRespawned (#25567)
Co-authored-by: blinkysc <blinkysc@users.noreply.github.com>
This commit is contained in:
parent
81b71b718b
commit
19855382fb
1 changed files with 7 additions and 0 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue