DB/Gossip: Mor'rogal

Closes #20894
This commit is contained in:
ZenoX92
2017-11-17 10:22:42 +01:00
committed by Killyana
parent 98a5ca1fb1
commit c542226fdb

View File

@@ -0,0 +1,6 @@
-- Mor'rogal --> Add Gossip Text
UPDATE `creature_template` SET `gossip_menu_id`=4721 WHERE `entry`=11861;
DELETE FROM `gossip_menu` WHERE `MenuID`=4721;
INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES
(4721,5773,0);