From cdaf6c0d7a7b0b195cfef5620697c0ec9bc73dc7 Mon Sep 17 00:00:00 2001 From: ZenoX92 Date: Sat, 11 May 2019 02:53:32 +0200 Subject: DB/Gossip: Chief Hawkwind Closes #23264 (cherry picked from commit 4613b25995f71c594ccd7e3e30d65e5a4f0a5a19) --- .../world/master/2021_12_05_10_world_2019_05_11_04_world_335.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/world/master/2021_12_05_10_world_2019_05_11_04_world_335.sql (limited to 'sql/updates') 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); -- cgit v1.2.3