diff options
author | ZenoX92 <ZenoX92@users.noreply.github.com> | 2019-05-11 02:53:32 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-12-05 15:01:05 +0100 |
commit | cdaf6c0d7a7b0b195cfef5620697c0ec9bc73dc7 (patch) | |
tree | a608a8083201279557fd0e2beec4a9b0452d2076 | |
parent | f6103afc5f08f2b46f80d8e48ff94e09b9a47ce6 (diff) |
DB/Gossip: Chief Hawkwind
Closes #23264
(cherry picked from commit 4613b25995f71c594ccd7e3e30d65e5a4f0a5a19)
-rw-r--r-- | sql/updates/world/master/2021_12_05_10_world_2019_05_11_04_world_335.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_05_10_world_2019_05_11_04_world_335.sql b/sql/updates/world/master/2021_12_05_10_world_2019_05_11_04_world_335.sql new file mode 100644 index 00000000000..3496a84f1d3 --- /dev/null +++ b/sql/updates/world/master/2021_12_05_10_world_2019_05_11_04_world_335.sql @@ -0,0 +1,6 @@ +-- Chief Hawkwind +-- UPDATE `creature_template` SET `gossip_menu_id`=0, `npcflag`=2 WHERE `entry`=2981; + +DELETE FROM `quest_greeting` WHERE `ID`=2981; +INSERT INTO `quest_greeting` (`ID`, `Type`, `GreetEmoteType`, `GreetEmoteDelay`, `Greeting`, `VerifiedBuild`) VALUES +(2981,0,0,0,"Hail, $c. In my years I have seen many eager tauren who wish to prove their worth to the tribe. It should not be forgotten that eagerness is no substitute for wisdom and experience.",0); |