fix(Scripts/Northrend): Brann Bronzebeard HoS soft lock after Tribunal (#23937)
This commit is contained in:
parent
c06d25d0c0
commit
4e918c1ad5
1 changed files with 1 additions and 1 deletions
|
|
@ -664,7 +664,6 @@ public:
|
|||
me->CastSpell(me, 59046, true); // credit
|
||||
}
|
||||
|
||||
me->ReplaceAllNpcFlags(UNIT_NPC_FLAG_GOSSIP | UNIT_NPC_FLAG_QUESTGIVER);
|
||||
me->SetUInt32Value(UNIT_NPC_EMOTESTATE, EMOTE_STATE_STAND);
|
||||
me->SendMovementFlagUpdate();
|
||||
|
||||
|
|
@ -871,6 +870,7 @@ void brann_bronzebeard::brann_bronzebeardAI::WaypointReached(uint32 id)
|
|||
//Tribunal end, stand in the middle of the sky room
|
||||
case 17:
|
||||
SetEscortPaused(true);
|
||||
me->ReplaceAllNpcFlags(UNIT_NPC_FLAG_GOSSIP | UNIT_NPC_FLAG_QUESTGIVER);
|
||||
me->SetOrientation(3.91672f);
|
||||
me->SendMovementFlagUpdate();
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue