diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2015-02-15 14:34:40 +0100 |
---|---|---|
committer | Aokromes <Aokromes@users.noreply.github.com> | 2015-02-15 14:34:40 +0100 |
commit | 8fbfe677dbd48d53af22890ffca5702f244f778e (patch) | |
tree | c792bc1e18e97fe4f4919587e9f55c4599ab662e | |
parent | 9582b32d22ef9c842349a5be012bdcae4674d6c9 (diff) | |
parent | 8904a9485631ad950fde226ce414cbaf5c6db8db (diff) |
Merge pull request #14156 from Rushor/robot
Scripts/The Barrens: Add missing Text for Q: 'The Escape'
-rw-r--r-- | src/server/scripts/Kalimdor/zone_the_barrens.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/scripts/Kalimdor/zone_the_barrens.cpp b/src/server/scripts/Kalimdor/zone_the_barrens.cpp index c167bc700f7..eab104d8df2 100644 --- a/src/server/scripts/Kalimdor/zone_the_barrens.cpp +++ b/src/server/scripts/Kalimdor/zone_the_barrens.cpp @@ -659,6 +659,7 @@ public: if (quest->GetQuestId() == QUEST_ESCAPE) { creature->setFaction(FACTION_RATCHET); + creature->AI()->Talk(SAY_START); if (npc_escortAI* pEscortAI = CAST_AI(npc_wizzlecrank_shredder::npc_wizzlecrank_shredderAI, creature->AI())) pEscortAI->Start(true, false, player->GetGUID()); } |