diff options
| author | ZenoX92 <ZenoX92@users.noreply.github.com> | 2019-05-13 01:18:20 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-12-05 15:40:24 +0100 |
| commit | 54ce6cf1dda2def8a1d3ba695bb1cf054e2e1d15 (patch) | |
| tree | 2463d27dfe2e4fde3ec37d41a496f07fb26aa81d | |
| parent | 1a8d30bf14651c08f5b93f025e4608f46339f6c2 (diff) | |
DB/Quest Greetings: Baine Bloodhoof & Morin Cloudstalker
Closes #23267
(cherry picked from commit 1343b6362e857f8a5504153f0b812e236038b5bb)
| -rw-r--r-- | sql/updates/world/master/2021_12_05_20_world_2019_05_13_03_world_335.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_05_20_world_2019_05_13_03_world_335.sql b/sql/updates/world/master/2021_12_05_20_world_2019_05_13_03_world_335.sql new file mode 100644 index 00000000000..2f2f26d7433 --- /dev/null +++ b/sql/updates/world/master/2021_12_05_20_world_2019_05_13_03_world_335.sql @@ -0,0 +1,4 @@ +DELETE FROM `quest_greeting` WHERE `ID` in (2993,2988); +INSERT INTO `quest_greeting` (`ID`, `Type`, `GreetEmoteType`, `GreetEmoteDelay`, `Greeting`, `VerifiedBuild`) VALUES +(2993,0,0,0,"The land has been good to our people, $c. We must be thankful for our good fortune.",0), -- Baine Bloodhoof +(2988,0,0,0,"The Outrunners' duty is to ensure the safety of those who travel across the plains of Mulgore. Those that would threaten the safety of the tauren homeland risk punishment at our hands.",0); -- Morin Cloudstalker |
