diff options
author | illfated <illfated@users.noreply.github.com> | 2018-09-02 19:09:37 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-10-23 22:02:53 +0200 |
commit | 88c547351739419f47a26b555ada0a5464c265ff (patch) | |
tree | c0f4afbbae38abcbbc1552ed56546e5239bdf331 | |
parent | b9ef23daf5e3f2e9734d6bf63bf2e223aafa274d (diff) |
DB/Quest: Fix RewardText for Frostmaw quest
Closes #22373
(cherry picked from commit 133c91ca4368487af50f33253579a30845e28b1b)
-rw-r--r-- | sql/updates/world/master/2021_10_23_10_world_2018_09_02_02_world_335.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_10_23_10_world_2018_09_02_02_world_335.sql b/sql/updates/world/master/2021_10_23_10_world_2018_09_02_02_world_335.sql new file mode 100644 index 00000000000..c563a3ff3fc --- /dev/null +++ b/sql/updates/world/master/2021_10_23_10_world_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; |