DB/Quest greeting: Marshal Dughan

Closes #19756
For 3.3.5 Only
This commit is contained in:
offl
2017-10-29 20:43:22 +01:00
committed by Aokromes
parent 7c816eefc7
commit ee1bade53b

View File

@@ -0,0 +1,8 @@
--
UPDATE `creature_template` SET `npcflag`=2, `gossip_menu_id`=0 WHERE `entry`=240;
DELETE FROM `gossip_menu` WHERE `MenuID`=11611;
DELETE FROM `npc_text` WHERE `ID`=16211;
DELETE FROM `quest_greeting` WHERE `ID`=240;
INSERT INTO `quest_greeting` (`ID`, `Type`, `GreetEmoteType`, `GreetEmoteDelay`, `Greeting`, `VerifiedBuild`) VALUES
(240, 0, 0, 0, "Ach, it's hard enough keeping order around here without all these new troubles popping up! I hope you have good news, $n...", 0);