diff options
| author | ZenoX92 <ZenoX92@users.noreply.github.com> | 2017-10-24 21:18:38 +0200 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2017-10-24 21:18:38 +0200 |
| commit | 45b2c233be9db74da6f86d8fe54c4df1e9faa937 (patch) | |
| tree | 27824f9a9a438aed094d0a4a5fbf75a631cf8daa | |
| parent | 723fbc2b77b6cac63ad2110b248b750ea1ef11f8 (diff) | |
DB/Gossip: Thotar
Closes #20696
| -rw-r--r-- | sql/updates/world/3.3.5/2017_10_24_07_world_335.sql | 9 |
1 files changed, 9 insertions, 0 deletions
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; |
