diff options
author | maximius <none@none> | 2009-10-14 14:25:33 -0700 |
---|---|---|
committer | maximius <none@none> | 2009-10-14 14:25:33 -0700 |
commit | edf0007e6a4f247d4cdf5208da55a43b400f0a25 (patch) | |
tree | 5761b19aec1d32f0548244d584d6c20b404c1d0c | |
parent | 0f1d8513b2da24bea5a1ce47b055547598e1abce (diff) |
*Halls of Stone - Brann Bronzebeard event, fix Brann escort not starting when you click the gossip, by Trazom
--HG--
branch : trunk
-rw-r--r-- | src/bindings/scripts/scripts/northrend/ulduar/halls_of_stone/halls_of_stone.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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) |