diff options
author | Nay <dnpd.dd@gmail.com> | 2012-02-05 14:59:17 +0000 |
---|---|---|
committer | Nay <dnpd.dd@gmail.com> | 2012-02-05 14:59:17 +0000 |
commit | b68f380a65f0d7a4b9218a3f106c20343da87a30 (patch) | |
tree | 99a790e1d6f401aa6ad6a091dff66bb25677513f | |
parent | 362a88d1a4b98edba6e494f5ec5bc78152763a09 (diff) |
DB/Quest: Fix OfferRewardText for quest Crossroads Conscription (842)
Closes #5093
-rw-r--r-- | sql/updates/world/2011_02_05_04_world_quest_template.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2011_02_05_04_world_quest_template.sql b/sql/updates/world/2011_02_05_04_world_quest_template.sql new file mode 100644 index 00000000000..093ca8aa8bf --- /dev/null +++ b/sql/updates/world/2011_02_05_04_world_quest_template.sql @@ -0,0 +1 @@ +UPDATE `quest_template` SET `OfferRewardText`= 'Alright, $n. You want to earn your keep with the Horde? Well there''s plenty to do here, so listen close and do what you''re told.$b$b$gI see that look in your eyes, do not think I will tolerate any insolence. Thrall himself has declared the Hordes females to be on equal footing with you men. Disrespect me in the slightest, and you will know true pain.:I''m happy to have met you. Thrall will be glad to know that more females like you and I are taking the initiative to push forward in the Barrens.;' WHERE `Id`=842; |