mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Gossip: Add a missing gossip menu
(cherry picked from commit f226ebd200)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
UPDATE `creature_template` SET `gossip_menu_id`=10497,`npcflag`=3 WHERE `entry`=34320;
|
||||
|
||||
DELETE FROM `gossip_menu` WHERE `entry`=10497;
|
||||
INSERT INTO `gossip_menu` (`entry`, `text_id`) VALUES
|
||||
(10497, 14527); -- 34320
|
||||
Reference in New Issue
Block a user