mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 10:56:38 +01:00
6
sql/updates/world/3.3.5/2017_11_17_01_world.sql
Normal file
6
sql/updates/world/3.3.5/2017_11_17_01_world.sql
Normal 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);
|
||||
Reference in New Issue
Block a user