DB/Gossip: Update gossip menus with the correct entry

(cherry picked from commit a2241a7b920464bdda6e7ff5d26cca853d60242b)
This commit is contained in:
Killyana
2021-11-21 19:48:33 +01:00
committed by Shauren
parent f497534b15
commit 102d364382
@@ -0,0 +1,7 @@
--
UPDATE `creature_template` SET `gossip_menu_id`=6572 WHERE `entry`=15296;
UPDATE `creature_template` SET `gossip_menu_id`=6571 WHERE `entry`=15297;
DELETE FROM `gossip_menu` WHERE `MenuID`IN (15296,15297, 6571,6572);
INSERT INTO `gossip_menu` (`MenuId`, `TextId`, `VerifiedBuild`) VALUES
(6571, 7786, 0),(6572, 7787, 0);