aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2015-02-15 14:34:40 +0100
committerAokromes <Aokromes@users.noreply.github.com>2015-02-15 14:34:40 +0100
commit8fbfe677dbd48d53af22890ffca5702f244f778e (patch)
treec792bc1e18e97fe4f4919587e9f55c4599ab662e /src
parent9582b32d22ef9c842349a5be012bdcae4674d6c9 (diff)
parent8904a9485631ad950fde226ce414cbaf5c6db8db (diff)
Merge pull request #14156 from Rushor/robot
Scripts/The Barrens: Add missing Text for Q: 'The Escape'
Diffstat (limited to 'src')
-rw-r--r--src/server/scripts/Kalimdor/zone_the_barrens.cpp1
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());
}