mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 01:15:35 +01:00
6
sql/updates/world/3.3.5/2018_01_25_05_world_335.sql
Normal file
6
sql/updates/world/3.3.5/2018_01_25_05_world_335.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- Primal Torntusk --> Add Gossip Text
|
||||
UPDATE `creature_template` SET `gossip_menu_id`=6084 WHERE `entry`=14736;
|
||||
|
||||
DELETE FROM `gossip_menu` WHERE `MenuID`=6084;
|
||||
INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES
|
||||
(6084,7238,0);
|
||||
Reference in New Issue
Block a user