aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrond B. Krokli <38162891+illfated@users.noreply.github.com>2019-03-27 19:07:39 +0100
committerShauren <shauren.trinity@gmail.com>2021-11-24 23:10:56 +0100
commit64abf2065fd5778fcaf4d009914f392b20c0fd84 (patch)
tree6e516869c5c96d9fb58496e7b44b90fe8da70bcf
parentc61732dcf3cdfe0738056aae77e53ca782ff6de3 (diff)
DB/Quest: add missing RewardText to Training the Beast (6089)
Closes #23130 (cherry picked from commit e70531bc2ec218985475ae4b43bfbdddf944690e)
-rw-r--r--sql/updates/world/master/2021_11_24_47_world_2019_03_27_03_world_335.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_11_24_47_world_2019_03_27_03_world_335.sql b/sql/updates/world/master/2021_11_24_47_world_2019_03_27_03_world_335.sql
new file mode 100644
index 00000000000..4a00acda5da
--- /dev/null
+++ b/sql/updates/world/master/2021_11_24_47_world_2019_03_27_03_world_335.sql
@@ -0,0 +1,4 @@
+-- Quest: Training the Beast (Tauren)
+DELETE FROM `quest_offer_reward` WHERE `ID`= 6089;
+INSERT INTO `quest_offer_reward` (`ID`,`Emote1`,`Emote2`,`Emote3`,`Emote4`,`EmoteDelay1`,`EmoteDelay2`,`EmoteDelay3`,`EmoteDelay4`,`RewardText`,`VerifiedBuild`) VALUES
+(6089, 1, 0, 0, 0, 0, 0, 0, 0, "A young $c, I see. Yes, I can bestow you with the skills you need to train and guide your pet. Not only will you be able to teach your pet new abilities, you will now be able to feed your pet, as well as revive it, should it fall in battle.$B$BNow, go forth. May the Earthmother guide you on your path. We shall speak again, at a later date.", 12340);