aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/3.3.5/2018_02_19_01_world_335.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_02_19_01_world_335.sql b/sql/updates/world/3.3.5/2018_02_19_01_world_335.sql
new file mode 100644
index 00000000000..d06c226d3ef
--- /dev/null
+++ b/sql/updates/world/3.3.5/2018_02_19_01_world_335.sql
@@ -0,0 +1,5 @@
+-- Jediga --> Add Gossip Text
+UPDATE `creature_template` SET `gossip_menu_id`=4722 WHERE `entry`=8587;
+DELETE FROM `gossip_menu` WHERE `MenuID`=4722;
+INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES
+(4722,2036,0);