From edf0007e6a4f247d4cdf5208da55a43b400f0a25 Mon Sep 17 00:00:00 2001 From: maximius Date: Wed, 14 Oct 2009 14:25:33 -0700 Subject: *Halls of Stone - Brann Bronzebeard event, fix Brann escort not starting when you click the gossip, by Trazom --HG-- branch : trunk --- .../scripts/scripts/northrend/ulduar/halls_of_stone/halls_of_stone.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/bindings/scripts/scripts/northrend/ulduar/halls_of_stone/halls_of_stone.cpp b/src/bindings/scripts/scripts/northrend/ulduar/halls_of_stone/halls_of_stone.cpp index 4176829895f..1a1814bd3d6 100644 --- a/src/bindings/scripts/scripts/northrend/ulduar/halls_of_stone/halls_of_stone.cpp +++ b/src/bindings/scripts/scripts/northrend/ulduar/halls_of_stone/halls_of_stone.cpp @@ -353,6 +353,7 @@ struct TRINITY_DLL_DECL npc_brann_hosAI : public npc_escortAI m_creature->RemoveFlag(UNIT_NPC_FLAGS, UNIT_NPC_FLAG_GOSSIP); SetEscortPaused(false); uiStep = 1; + Start(); } void UpdateEscortAI(const uint32 uiDiff) -- cgit v1.2.3