diff options
author | Wyreth <Wyreth@users.noreply.github.com> | 2017-09-30 15:46:02 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2020-09-13 16:53:15 +0200 |
commit | ae47bdcf3f2bf21381fe453ffa121c66a5d481d8 (patch) | |
tree | c83cb475e5c51309d175d4cc8f64284935400dad | |
parent | 37f22df28eac0b31c5c8934b93e59f7db49b0e73 (diff) |
DB/Gossip: Archdruid Lathorius
Closes #20471
(cherry picked from commit 21072ad662743102475c91750d7780234ca2b4fd)
-rw-r--r-- | sql/updates/world/master/2020_09_13_11_world_2017_09_30_04_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2020_09_13_11_world_2017_09_30_04_world.sql b/sql/updates/world/master/2020_09_13_11_world_2017_09_30_04_world.sql new file mode 100644 index 00000000000..e7c46732f22 --- /dev/null +++ b/sql/updates/world/master/2020_09_13_11_world_2017_09_30_04_world.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=9188; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(14, 9188, 12485, 0, 0, 8, 0, 11892, 0, 0, 1, 0, 0, "", "Gossip text 12485 requires quest 'The Assassination of Harold Lane' NOT rewarded"), +(14, 9188, 12511, 0, 0, 8, 0, 11892, 0, 0, 0, 0, 0, "", "Gossip text 12511 requires quest 'The Assassination of Harold Lane' rewarded"); |