mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
6
sql/updates/world/3.3.5/2017_09_27_05_world_335.sql
Normal file
6
sql/updates/world/3.3.5/2017_09_27_05_world_335.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
--
|
||||
SET @MENUID := 2421;
|
||||
UPDATE `creature_template` SET `gossip_menu_id`=@MENUID WHERE `entry`=9273;
|
||||
DELETE FROM `gossip_menu` WHERE `MenuID`=@MENUID;
|
||||
INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES
|
||||
(@MENUID, 3093, 0);
|
||||
Reference in New Issue
Block a user