mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 10:26:28 +01:00
DB/Gossip: Update gossip menus with the correct entry
(cherry picked from commit a2241a7b92)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user