mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 00:48:56 +01:00
6
sql/updates/world/3.3.5/2017_09_30_08_world_335.sql
Normal file
6
sql/updates/world/3.3.5/2017_09_30_08_world_335.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
--
|
||||
SET @MENUID := 5817;
|
||||
UPDATE `creature_template` SET `gossip_menu_id`=@MENUID WHERE `entry`=14436;
|
||||
DELETE FROM `gossip_menu` WHERE `MenuID`=@MENUID;
|
||||
INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES
|
||||
(@MENUID, 6990, 0);
|
||||
Reference in New Issue
Block a user