fix(DB/quest_greeting): Fix Chief Hawkwind quest_greeting (#12377)

This commit is contained in:
ZhengPeiRu21
2022-07-31 14:33:36 -06:00
committed by GitHub
parent 351ef2b77f
commit 92e8f4b855

View File

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