diff --git a/data/sql/updates/pending_db_world/rev_1657755590733012200.sql b/data/sql/updates/pending_db_world/rev_1657755590733012200.sql new file mode 100644 index 000000000..e750b294d --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1657755590733012200.sql @@ -0,0 +1,6 @@ +-- Chief Hawkwind +UPDATE `creature_template` SET `gossip_menu_id`=0, `npcflag`=`npcflag`&~1 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);