mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 17:27:36 +01:00
5
sql/updates/world/3.3.5/2018_02_19_01_world_335.sql
Normal file
5
sql/updates/world/3.3.5/2018_02_19_01_world_335.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- Jediga --> Add Gossip Text
|
||||
UPDATE `creature_template` SET `gossip_menu_id`=4722 WHERE `entry`=8587;
|
||||
DELETE FROM `gossip_menu` WHERE `MenuID`=4722;
|
||||
INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES
|
||||
(4722,2036,0);
|
||||
Reference in New Issue
Block a user