From 45b2c233be9db74da6f86d8fe54c4df1e9faa937 Mon Sep 17 00:00:00 2001 From: ZenoX92 Date: Tue, 24 Oct 2017 21:18:38 +0200 Subject: DB/Gossip: Thotar Closes #20696 --- sql/updates/world/3.3.5/2017_10_24_07_world_335.sql | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 sql/updates/world/3.3.5/2017_10_24_07_world_335.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2017_10_24_07_world_335.sql b/sql/updates/world/3.3.5/2017_10_24_07_world_335.sql new file mode 100644 index 00000000000..e9af5603644 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_10_24_07_world_335.sql @@ -0,0 +1,9 @@ +-- Thotar --> Fix Gossip Text +DELETE FROM `gossip_menu` WHERE `MenuID`=4017 AND `TextID`=4973; +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(4017,4973,0); + +UPDATE `conditions` SET `SourceEntry`=4973 WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=4017 AND `ConditionValue1`=1531; + +-- Thotar --> Remove wrong queststart +DELETE FROM `creature_queststarter` WHERE `id`=3171 AND `quest`=6069; -- cgit v1.2.3