diff options
-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); |