diff options
-rw-r--r-- | sql/updates/world/master/2020_09_13_15_world_2017_09_30_08_world_335.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/master/2020_09_13_15_world_2017_09_30_08_world_335.sql b/sql/updates/world/master/2020_09_13_15_world_2017_09_30_08_world_335.sql new file mode 100644 index 00000000000..e1a56bb673d --- /dev/null +++ b/sql/updates/world/master/2020_09_13_15_world_2017_09_30_08_world_335.sql @@ -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); |