From 98a5ca1fb121957c878f053abb126a9c8784aae1 Mon Sep 17 00:00:00 2001 From: ZenoX92 Date: Fri, 17 Nov 2017 10:19:35 +0100 Subject: DB/Gossip: Maggran Earthbinder Closes #20893 --- sql/updates/world/3.3.5/2017_11_17_00_world.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/world/3.3.5/2017_11_17_00_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2017_11_17_00_world.sql b/sql/updates/world/3.3.5/2017_11_17_00_world.sql new file mode 100644 index 00000000000..a12ef0da64a --- /dev/null +++ b/sql/updates/world/3.3.5/2017_11_17_00_world.sql @@ -0,0 +1,6 @@ +-- Maggran Earthbinder --> Add Gossip Text +UPDATE `creature_template` SET `gossip_menu_id`=4271 WHERE `entry`=11860; + +DELETE FROM `gossip_menu` WHERE `MenuID`=4271; +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(4271,5443,0); -- cgit v1.2.3