aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormaanuel <none@none>2009-12-06 20:32:16 -0300
committermaanuel <none@none>2009-12-06 20:32:16 -0300
commit6093772be6508efe455b55a66df71fa8e59a5365 (patch)
treeb61408b22a932a51e231a8f262249e4f7d5b0366 /src
parentf932506252e312e90ec9bb53af15ccb39f1351f0 (diff)
Correct gossip item text by bigjohnson4 #<645>
--HG-- branch : trunk
Diffstat (limited to 'src')
-rw-r--r--src/bindings/scripts/scripts/outland/zangarmarsh.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bindings/scripts/scripts/outland/zangarmarsh.cpp b/src/bindings/scripts/scripts/outland/zangarmarsh.cpp
index ca6cd076c83..3137be178e1 100644
--- a/src/bindings/scripts/scripts/outland/zangarmarsh.cpp
+++ b/src/bindings/scripts/scripts/outland/zangarmarsh.cpp
@@ -192,9 +192,9 @@ bool GossipSelect_npc_cooshcoosh(Player* pPlayer, Creature* pCreature, uint32 ui
## npc_elder_kuruti
######*/
-#define GOSSIP_ITEM_KUR1 "Offer treat"
-#define GOSSIP_ITEM_KUR2 "Im a messenger for Draenei"
-#define GOSSIP_ITEM_KUR3 "Get message"
+#define GOSSIP_ITEM_KUR1 "Greetings, elder. It is time for your people to end their hostility towards the draenei and their allies."
+#define GOSSIP_ITEM_KUR2 "I did not mean to deceive you, elder. The draenei of Telredor thought to approach you in a way that would seem familiar to you."
+#define GOSSIP_ITEM_KUR3 "I will tell them. Farewell, elder."
bool GossipHello_npc_elder_kuruti(Player* pPlayer, Creature* pCreature)
{