mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(Scripts/Northrend): Brann Bronzebeard HoS soft lock after Tribunal (#23937)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user