diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/scripts/northrend/ulduar/halls_of_stone/halls_of_stone.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/scripts/northrend/ulduar/halls_of_stone/halls_of_stone.cpp b/src/scripts/northrend/ulduar/halls_of_stone/halls_of_stone.cpp index cf31a245f63..66e2770c615 100644 --- a/src/scripts/northrend/ulduar/halls_of_stone/halls_of_stone.cpp +++ b/src/scripts/northrend/ulduar/halls_of_stone/halls_of_stone.cpp @@ -509,6 +509,9 @@ struct npc_brann_hosAI : public npc_escortAI break; case 29: DoScriptText(SAY_EVENT_END_02, m_creature); + if (pInstance) + pInstance->SetData(DATA_BRANN_EVENT, DONE); + JumpToNextStep(5500); break; case 30: @@ -615,7 +618,6 @@ struct npc_brann_hosAI : public npc_escortAI pInstance->HandleGameObject(pInstance->GetData64(DATA_GO_MARNAK),false); pInstance->HandleGameObject(pInstance->GetData64(DATA_GO_ABEDNEUM),false); pInstance->HandleGameObject(pInstance->GetData64(DATA_GO_SKY_FLOOR),false); - pInstance->SetData(DATA_BRANN_EVENT, DONE); } Player* pPlayer = GetPlayerForEscort(); if (pPlayer) |