DB/Gossip: Jediga

Closes #21440
This commit is contained in:
ZenoX92
2018-02-19 19:03:33 +01:00
committed by Aokromes
parent 4b5dcbf74b
commit 987689ce80

View File

@@ -0,0 +1,5 @@
-- Jediga --> Add Gossip Text
UPDATE `creature_template` SET `gossip_menu_id`=4722 WHERE `entry`=8587;
DELETE FROM `gossip_menu` WHERE `MenuID`=4722;
INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES
(4722,2036,0);