DB/Gossip: add npc text for Baine Bloodhoof

Closes #17575
This commit is contained in:
SnapperRy
2016-07-15 14:26:34 +02:00
committed by GitHub
parent b5cb96a56a
commit ab0c7f745c

View File

@@ -0,0 +1,9 @@
--
DELETE FROM `npc_text` WHERE `ID`=50000;
INSERT INTO `npc_text` (`ID`, `text0_0`, `VerifiedBuild`) VALUES
(50000, "The land has been good to our people, $c. We must be thankful for our good fortune.", -1);
DELETE FROM `gossip_menu` WHERE `entry`=50000;
INSERT INTO `gossip_menu` (`entry`, `text_id`, `VerifiedBuild`) VALUES (50000, 50000, -1);
UPDATE `creature_template` SET `gossip_menu_id`=50000 WHERE `entry`=2993;