diff options
-rw-r--r-- | sql/updates/world/master/2020_09_13_09_world_2017_09_30_01_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/master/2020_09_13_09_world_2017_09_30_01_world.sql b/sql/updates/world/master/2020_09_13_09_world_2017_09_30_01_world.sql new file mode 100644 index 00000000000..58b8f497630 --- /dev/null +++ b/sql/updates/world/master/2020_09_13_09_world_2017_09_30_01_world.sql @@ -0,0 +1,6 @@ +-- +SET @MENUID := 7513; +UPDATE `creature_template` SET `gossip_menu_id`=@MENUID WHERE `entry`=17637; +DELETE FROM `gossip_menu` WHERE `MenuID`=@MENUID; +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(@MENUID, 9110, 0); |