aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorillfated <illfated@users.noreply.github.com>2018-09-02 19:09:37 +0200
committerKillyana <morphone1@gmail.com>2018-09-02 19:09:37 +0200
commit133c91ca4368487af50f33253579a30845e28b1b (patch)
tree808cefb117317fe9537e3cfd0a2d4c9cb6e6ccff
parent7e4e5d2c16f9d51c01aec0193ffae672c8e3faf1 (diff)
DB/Quest: Fix RewardText for Frostmaw quest
Closes #22373
-rw-r--r--sql/updates/world/3.3.5/2018_09_02_02_world_335.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_09_02_02_world_335.sql b/sql/updates/world/3.3.5/2018_09_02_02_world_335.sql
new file mode 100644
index 00000000000..c563a3ff3fc
--- /dev/null
+++ b/sql/updates/world/3.3.5/2018_09_02_02_world_335.sql
@@ -0,0 +1,2 @@
+-- Quest: Frostmaw
+UPDATE `quest_offer_reward` SET `RewardText`="Both strength and cunning were needed to find and defeat Frostmaw, $N. You have both.$b$bYour path has taken you to the valleys of Thousand Needles and to the high mountains of Alterac. It will one day lead you through all the Earthmother's lands, for such is the way of the hunter." WHERE `ID`= 1136;