mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-07 15:28:02 +00:00
fix(Scripts/HoL): Restart Bjarngrim escort after JustRespawned (#25567)
Co-authored-by: blinkysc <blinkysc@users.noreply.github.com>
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user