aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2015-03-02 19:49:16 +0100
committerAokromes <Aokromes@users.noreply.github.com>2015-03-02 19:49:16 +0100
commit7737267fc8a078349f859806132094f620e7a050 (patch)
treed2511d4c293cffa1ea129b2a33489ae971f02ca2
parent194fda8a4ed47d968fc3d436ac9b7c8f436eb5b2 (diff)
DB/Quest: The Tome of Divinity
By Killyana, closes #14240
-rw-r--r--sql/updates/world/2015_03_02_06_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2015_03_02_06_world.sql b/sql/updates/world/2015_03_02_06_world.sql
new file mode 100644
index 00000000000..585c6482366
--- /dev/null
+++ b/sql/updates/world/2015_03_02_06_world.sql
@@ -0,0 +1,4 @@
+--
+DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=20 AND `SourceEntry`=1789;
+INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
+(20, 0, 1789, 0, 9, 1783, 0, 0, 0, '', 'Show the quest if 1783 is taken');