DB/Gossip: Chief Hawkwind

Closes #23264

(cherry picked from commit 4613b25995)
This commit is contained in:
ZenoX92
2019-05-11 02:53:32 +02:00
committed by Shauren
parent f6103afc5f
commit cdaf6c0d7a

View File

@@ -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);